add color

This commit is contained in:
Chris 2020-10-28 03:12:48 -04:00
parent f5cfc8cf21
commit 53dbe48fff
3 changed files with 7 additions and 2 deletions

View file

@ -62,6 +62,7 @@
"explorer.icon.enableNerdfont": true, "explorer.icon.enableNerdfont": true,
"explorer.previewAction.onHover": false, "explorer.previewAction.onHover": false,
"explorer.icon.enableVimDevicons": false, "explorer.icon.enableVimDevicons": false,
"explorer.file.showHiddenFiles": false,
"explorer.keyMappings": { "explorer.keyMappings": {
"<cr>": ["expandable?", "expand", "open"], "<cr>": ["expandable?", "expand", "open"],
"v": "open:vsplit" "v": "open:vsplit"

View file

@ -70,5 +70,5 @@ endif
inoremap <expr> <c-j> ("\<C-n>") inoremap <expr> <c-j> ("\<C-n>")
inoremap <expr> <c-k> ("\<C-p>") inoremap <expr> <c-k> ("\<C-p>")
" set foldmethod=expr hi VimDevIcon guifg=#569cd6 ctermfg=249 guibg=#1e1e1e ctermbg=234 gui=NONE cterm=NONE
" set foldexpr=nvim_treesitter#foldexpr()

View file

@ -29,6 +29,10 @@ call plug#begin('~/.config/nvim/autoload/plugged')
Plug 'machakann/vim-highlightedyank' Plug 'machakann/vim-highlightedyank'
else else
" Debug
" Plug 'mfussenegger/nvim-dap'
" Plug 'nvim-dap-virtual-text'
" Sneak " Sneak
Plug 'justinmk/vim-sneak' Plug 'justinmk/vim-sneak'
" Surround " Surround