use vim-code-dark

This commit is contained in:
Sean Buckley 2023-09-18 21:24:37 -04:00
parent 897014b5fb
commit 9b5f5b8a44
3 changed files with 3 additions and 1 deletions

View file

@ -121,6 +121,7 @@
set -g base-index 1
set -g pane-base-index 1
set -g renumber-windows on
set -sa terminal-overrides ",*256color:Tc"
'';
};

View file

@ -13,6 +13,7 @@
coc-tsserver
nerdtree
vim-autoformat
vim-code-dark
vim-gitgutter
vim-nix
vim-startify

View file

@ -9,7 +9,7 @@ set tabstop=4
set shiftwidth=4
set termguicolors
colorscheme slate
colorscheme codedark
nnoremap <space>H :call CocActionAsync('doHover')<cr>