1
0

Remove temporary storage_file.

This is related to the following issue: https://github.com/neoclide/coc.nvim/issues/5469
This commit is contained in:
2025-11-16 15:44:50 +01:00
parent 28c0e1cc0d
commit 6ab3026ae1

View File

@@ -99,10 +99,6 @@ nmap <silent><nowait> gy <Plug>(coc-type-definition)
nmap <silent><nowait> gi <Plug>(coc-implementation)
nmap <silent><nowait> gr <Plug>(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