diff --git a/init.vim b/init.vim index 7e4df94..d7697da 100644 --- a/init.vim +++ b/init.vim @@ -90,6 +90,10 @@ nmap [g (coc-diagnostic-prev) nmap ]g (coc-diagnostic-next) nmap ]f (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 on set background=dark