mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
use vim-code-dark
This commit is contained in:
parent
897014b5fb
commit
9b5f5b8a44
3 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
coc-tsserver
|
||||
nerdtree
|
||||
vim-autoformat
|
||||
vim-code-dark
|
||||
vim-gitgutter
|
||||
vim-nix
|
||||
vim-startify
|
||||
|
|
|
@ -9,7 +9,7 @@ set tabstop=4
|
|||
set shiftwidth=4
|
||||
|
||||
set termguicolors
|
||||
colorscheme slate
|
||||
colorscheme codedark
|
||||
|
||||
nnoremap <space>H :call CocActionAsync('doHover')<cr>
|
||||
|
||||
|
|
Loading…
Reference in a new issue