From 648c5320a74106cb06d611fbd0f0051eb4005950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 13 Nov 2025 08:11:47 +0100 Subject: [PATCH] Add temporary fix to CoC localstorage error. Found here: https://github.com/neoclide/coc.nvim/issues/5469 --- init.vim | 4 ++++ 1 file changed, 4 insertions(+) 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