diff options
-rw-r--r-- | coc-settings.json | 1 | ||||
-rw-r--r-- | init.vim | 4 | ||||
-rw-r--r-- | vim-plug/plugins.vim | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/coc-settings.json b/coc-settings.json index 6ca58f16..8f1f65df 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -62,6 +62,7 @@ "explorer.icon.enableNerdfont": true, "explorer.previewAction.onHover": false, "explorer.icon.enableVimDevicons": false, + "explorer.file.showHiddenFiles": false, "explorer.keyMappings": { "<cr>": ["expandable?", "expand", "open"], "v": "open:vsplit" @@ -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 + diff --git a/vim-plug/plugins.vim b/vim-plug/plugins.vim index 5036506d..ee8d6ae5 100644 --- a/vim-plug/plugins.vim +++ b/vim-plug/plugins.vim @@ -29,6 +29,10 @@ call plug#begin('~/.config/nvim/autoload/plugged') Plug 'machakann/vim-highlightedyank' else + + " Debug + " Plug 'mfussenegger/nvim-dap' + " Plug 'nvim-dap-virtual-text' " Sneak Plug 'justinmk/vim-sneak' " Surround |