From 5b19f525ad154c81de56d406dff6dfba6f5a8a66 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 22 Nov 2023 22:42:05 +0800 Subject: Update vim config --- .vim/after/plugin/lsp.vim | 9 --------- 1 file changed, 9 deletions(-) (limited to '.vim/after/plugin/lsp.vim') diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim index 6641005..be41ceb 100644 --- a/.vim/after/plugin/lsp.vim +++ b/.vim/after/plugin/lsp.vim @@ -57,15 +57,6 @@ if executable('godot') \ }) endif -if executable('noteutil') - au User lsp_setup - \ call lsp#register_server({ - \ 'name': 'noteutil', - \ 'cmd': {server_info->['noteutil', 'server', '--lsp']}, - \ 'allowlist': ['markdown'] - \ }) -endif - " https://github.com/mickael-menu/zk " if executable('zk') " au User lsp_setup call lsp#register_server({ -- cgit v1.2.3