Add temporary fix to CoC localstorage error.
Found here: https://github.com/neoclide/coc.nvim/issues/5469
This commit is contained in:
4
init.vim
4
init.vim
@@ -90,6 +90,10 @@ nmap <silent> [g <Plug>(coc-diagnostic-prev)
|
|||||||
nmap <silent> ]g <Plug>(coc-diagnostic-next)
|
nmap <silent> ]g <Plug>(coc-diagnostic-next)
|
||||||
nmap <silent> ]f <Plug>(coc-fix-current)
|
nmap <silent> ]f <Plug>(coc-fix-current)
|
||||||
|
|
||||||
|
" Temporary!!! Remove after CoC update
|
||||||
|
let storage_file = stdpath('data') . '/coc-localstorage'
|
||||||
|
let g:coc_node_args = ['--localstorage-file=' . storage_file]
|
||||||
|
|
||||||
" syntax highlighting
|
" syntax highlighting
|
||||||
syntax on
|
syntax on
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|||||||
Reference in New Issue
Block a user