diff --git a/init.vim b/init.vim index 3d9acd8..84dc84b 100644 --- a/init.vim +++ b/init.vim @@ -99,10 +99,6 @@ nmap gy (coc-type-definition) nmap gi (coc-implementation) nmap gr (coc-references) -" 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