diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 | ||||
-rw-r--r-- | lib/vimrc | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/common.nix b/lib/common.nix index 56d422a..b4e666f 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -233,7 +233,7 @@ in editorconfig-vim vim-sensible vim-fugitive - vim-colorschemes + awesome-vim-colorschemes vim-sexp-mappings-for-regular-people # vim-ripgrep # not in nixpkgs :( rainbow_parentheses @@ -114,7 +114,8 @@ call plug#begin('~/.vim/plugged') Plug 'wfxr/minimap.vim' call plug#end() -colorscheme monokai-phoenix +set background=dark +colorscheme flattened_dark " disable my color scheme, it doesn't work with vimdiff "let g:colors_name = 'bs_monochrome' " |