update intellij
This commit is contained in:
parent
089a96eb34
commit
6eb130ba86
2 changed files with 2 additions and 8 deletions
|
@ -22,7 +22,6 @@
|
||||||
(buildIdeWithPlugins pkgs.jetbrains "idea-community" [
|
(buildIdeWithPlugins pkgs.jetbrains "idea-community" [
|
||||||
"IdeaVIM"
|
"IdeaVIM"
|
||||||
"gruvbox-material-dark"
|
"gruvbox-material-dark"
|
||||||
"eu.theblob42.idea.whichkey"
|
|
||||||
])
|
])
|
||||||
]); # https://github.com/theCapypara/nix-jetbrains-plugins
|
]); # https://github.com/theCapypara/nix-jetbrains-plugins
|
||||||
|
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
set number
|
set number
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
|
|
||||||
" disable the timeout option
|
|
||||||
set notimeout
|
set notimeout
|
||||||
" enable which-key
|
|
||||||
set which-key
|
|
||||||
|
|
||||||
" required by vim-commentary
|
|
||||||
filetype plugin indent on
|
|
||||||
|
|
||||||
" install some plugins
|
" install some plugins
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
|
Plug 'echasnovski/mini.ai'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue