diff options
-rw-r--r-- | lib/common.nix | 2 | ||||
-rw-r--r-- | lib/vimrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/common.nix b/lib/common.nix index a50647d..ce56cf3 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -249,7 +249,7 @@ in editorconfig-vim vim-sensible vim-fugitive - solarized + vim-colors-solarized vim-sexp-mappings-for-regular-people # vim-ripgrep # not in nixpkgs :( rainbow_parentheses @@ -111,7 +111,7 @@ function! <SID>SynStack() endfunc set background=dark -colorscheme photon +colorscheme solarized " disable my color scheme, it doesn't work with vimdiff "let g:colors_name = 'bs_monochrome' " |