[nvim] move coc config to ~/.config/nvim

This commit is contained in:
odrling 2021-03-25 02:09:01 +01:00
parent 2b2391a84c
commit 7a9817a8ce
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ function! s:show_documentation()
endfunction
" Highlight symbol under cursor on CursorHold
autocmd CursorHold * silent call CocActionAsync('highlight')
"autocmd CursorHold * silent call CocActionAsync('highlight')
" Remap for rename current word
nmap <leader>rn <Plug>(coc-rename)

View file

@ -283,7 +283,7 @@ function! VisualSelection(direction, extra_filter) range
let @" = l:saved_reg
endfunction
source ~/.vim/coc.conf.vim
source ~/.config/nvim/coc.vim
source ~/.config/nvim/treesitter.vim
colorscheme space_vim_theme