Coc-vim stuff

This commit is contained in:
Alex Yatskov 2021-06-01 18:28:51 -07:00
parent 18aea20c85
commit 47f7a22e01
2 changed files with 16 additions and 12 deletions

View File

@ -1,4 +1,4 @@
runtime plugins.vim
runtime options.vim
runtime plugins.vim
runtime keymaps.vim
runtime util.vim

View File

@ -1,3 +1,7 @@
" coc.nvim
highlight CocErrorSign ctermfg=Red guifg=#dc322f
highlight CocWarningSign ctermfg=Yellow guifg=#b58900
" fzf
let $FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -f -g "" 2> /dev/null'
if has('windows')