From 6ab3026ae1b63ac54b2931fdbf37d6c1309e08f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sun, 16 Nov 2025 15:44:50 +0100 Subject: [PATCH] Remove temporary storage_file. This is related to the following issue: https://github.com/neoclide/coc.nvim/issues/5469 --- init.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.vim b/init.vim index f105de3..ad21d2c 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