Tweak vim config
This commit is contained in:
parent
2cb3adf77b
commit
da88d64ebe
1 changed files with 10 additions and 1 deletions
|
@ -2,11 +2,18 @@
|
|||
programs.vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
rainbow
|
||||
vim-airline vim-airline-themes vim-fugitive
|
||||
nerdtree nerdtree-git-plugin
|
||||
vim-signify vim-openscad vim-javascript vim-jsx-pretty
|
||||
];
|
||||
|
||||
# Reasonable themes:
|
||||
# - jellybeans
|
||||
# - term
|
||||
# - distinguished
|
||||
# - raven
|
||||
extraConfig = ''
|
||||
" Assorted BS
|
||||
set nocompatible
|
||||
|
@ -43,6 +50,8 @@
|
|||
|
||||
" Stop mousing
|
||||
set mouse-=a
|
||||
|
||||
let g:airline_theme='jellybeans'
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue