update intellij
This commit is contained in:
parent
a34b7e30e2
commit
1229a930a7
2 changed files with 14 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
(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
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,16 @@
|
||||||
|
" some general configuration options
|
||||||
set number
|
set number
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set clipboard=unnamedplus
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue