1
0

Add temporary fix to CoC localstorage error.

Found here: https://github.com/neoclide/coc.nvim/issues/5469
This commit is contained in:
2025-11-13 08:11:47 +01:00
parent c503a456be
commit 648c5320a7

View File

@@ -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