diff options
author | Chris <[email protected]> | 2020-10-28 03:12:48 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-10-28 03:12:48 -0400 |
commit | 53dbe48fffbcbc8ae46903eec573e9ce0fddcc90 (patch) | |
tree | 8028aa64dde9e15b8a049f4a4fbd78b10bc35584 /init.vim | |
parent | f5cfc8cf21b4241199f5dc5da6c3efb6b9312791 (diff) |
add color
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,5 +70,5 @@ endif inoremap <expr> <c-j> ("\<C-n>") inoremap <expr> <c-k> ("\<C-p>") -" set foldmethod=expr -" set foldexpr=nvim_treesitter#foldexpr() +hi VimDevIcon guifg=#569cd6 ctermfg=249 guibg=#1e1e1e ctermbg=234 gui=NONE cterm=NONE + |