diff options
-rw-r--r-- | nix-conf/home/includes/common.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index 7a8ed28..e9627e7 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -72,10 +72,8 @@ in programs.vim = { enable = true; extraConfig = '' - " molokayo doesn't load properly without this" colorscheme molokai - colorscheme molokayo - " highlight doesn't work properly without this" + " highlight doesn't work properly without this syntax enable highlight Normal ctermfg=white ctermbg=black set hlsearch |