From 6eb130ba862e4a2183871f5482e1261fd1c36233 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 22 Jun 2025 21:37:20 +0800 Subject: [PATCH] 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' +