From 089a96eb34e347a88c533d11a0f38e21e9170648 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 22 Jun 2025 21:37:08 +0800 Subject: [PATCH 1/2] chore: bump inputs --- flake.lock | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 3c321da..5115136 100644 --- a/flake.lock +++ b/flake.lock @@ -515,11 +515,11 @@ "systems": "systems_3" }, "locked": { - "lastModified": 1749916311, - "narHash": "sha256-hkyL/hAqsD46CnZi/3Mh30rK4N0EsdJBof5t9L1XSQQ=", + "lastModified": 1750488244, + "narHash": "sha256-jHQyQ+ylwMYpNEhGgGmkUugJ7WYEAUyGk/IHkcRiu0E=", "owner": "theCapypara", "repo": "nix-jetbrains-plugins", - "rev": "a8fefcb613f4fdf4ec0ac0eb2514855a16c785c3", + "rev": "63207b038f4720d9e675e07345e835dd3a1200c9", "type": "github" }, "original": { @@ -535,11 +535,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1750212369, - "narHash": "sha256-QXZc1il1KSGTtARN5ZI6wx1HxCXjEFZXsRZWl5+tOLc=", + "lastModified": 1750558898, + "narHash": "sha256-nzFrohyx5WGJsGnYsOlD2wHlgATFZlEjdpkVIvKclug=", "owner": "Infinidoge", "repo": "nix-minecraft", - "rev": "886fbf6b49af5754ed096e04f97fd9d87f0fd7e0", + "rev": "44ba6a80d396f8d5c1be5291f70ed725750ad0ff", "type": "github" }, "original": { @@ -596,11 +596,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1750134718, - "narHash": "sha256-v263g4GbxXv87hMXMCpjkIxd/viIF7p3JpJrwgKdNiI=", + "lastModified": 1750365781, + "narHash": "sha256-XE/lFNhz5lsriMm/yjXkvSZz5DfvKJLUjsS6pP8EC50=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9e83b64f727c88a7711a2c463a7b16eedb69a84c", + "rev": "08f22084e6085d19bcfb4be30d1ca76ecb96fe54", "type": "github" }, "original": { @@ -675,11 +675,11 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1750133334, - "narHash": "sha256-urV51uWH7fVnhIvsZIELIYalMYsyr2FCalvlRTzqWRw=", + "lastModified": 1750400657, + "narHash": "sha256-3vkjFnxCOP6vm5Pm13wC/Zy6/VYgei/I/2DWgW4RFeA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "36ab78dab7da2e4e27911007033713bab534187b", + "rev": "b2485d56967598da068b5a6946dadda8bfcbcd37", "type": "github" }, "original": { @@ -760,11 +760,11 @@ "nixvim": "nixvim_2" }, "locked": { - "lastModified": 1749635633, - "narHash": "sha256-wDldmQV3M/QPhJSjM4EeBxbiW6hL3iRAEIOzWFL/LNY=", + "lastModified": 1750596658, + "narHash": "sha256-H6uubAAPQVuprn9GyqZUiYiSmAagotNKT6Cbtt48y4U=", "ref": "refs/heads/master", - "rev": "1776ff3828a93f933fb79621917ebba714dc9abc", - "revCount": 85, + "rev": "5df9ad422728f3141e31541d525361caa697393c", + "revCount": 87, "type": "git", "url": "https://git.sajenim.dev/jasmine/nixvim-config.git" }, @@ -1071,11 +1071,11 @@ "nixpkgs": "nixpkgs_10" }, "locked": { - "lastModified": 1750303658, - "narHash": "sha256-0K85FsnmOHebNkIJsCnkVQIKJB1GEfoZF+APwhQBMGs=", + "lastModified": 1750566031, + "narHash": "sha256-K6wdpsWzoqb6ZBQZQ73cZyITaUy9kUHrqNuB80HdwdQ=", "ref": "refs/heads/master", - "rev": "4ac9253ad677a206c06661a29b56486a6d023b78", - "revCount": 38, + "rev": "938da0d6b283744c4efe27b00f4d0fbf2fa5ff35", + "revCount": 41, "type": "git", "url": "https://git.sajenim.dev/jasmine/xmonad-config.git" }, From 6eb130ba862e4a2183871f5482e1261fd1c36233 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 22 Jun 2025 21:37:20 +0800 Subject: [PATCH 2/2] update intellij --- home-manager/sajenim/features/editors/default.nix | 1 - home-manager/sajenim/features/editors/ideavimrc | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/home-manager/sajenim/features/editors/default.nix b/home-manager/sajenim/features/editors/default.nix index 0b7d463..e4f97aa 100644 --- a/home-manager/sajenim/features/editors/default.nix +++ b/home-manager/sajenim/features/editors/default.nix @@ -22,7 +22,6 @@ (buildIdeWithPlugins pkgs.jetbrains "idea-community" [ "IdeaVIM" "gruvbox-material-dark" - "eu.theblob42.idea.whichkey" ]) ]); # https://github.com/theCapypara/nix-jetbrains-plugins diff --git a/home-manager/sajenim/features/editors/ideavimrc b/home-manager/sajenim/features/editors/ideavimrc index 1d1afbc..d1a53b7 100644 --- a/home-manager/sajenim/features/editors/ideavimrc +++ b/home-manager/sajenim/features/editors/ideavimrc @@ -2,15 +2,10 @@ set number set relativenumber set clipboard=unnamedplus - -" disable the timeout option set notimeout -" enable which-key -set which-key - -" required by vim-commentary -filetype plugin indent on " install some plugins Plug 'tpope/vim-commentary' Plug 'tpope/vim-surround' +Plug 'echasnovski/mini.ai' +