aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/lsp.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-22 22:42:05 +0800
committerGuangxiong Lin <[email protected]>2023-11-22 22:42:05 +0800
commit5b19f525ad154c81de56d406dff6dfba6f5a8a66 (patch)
tree9ee400e4f8b286779034c26332f7c1a56daff961 /.vim/after/plugin/lsp.vim
parent964fa8d921259385c471870bd5344974e79294b6 (diff)
downloaddotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.tar.gz
dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.tar.bz2
dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.zip
Update vim config
Diffstat (limited to '.vim/after/plugin/lsp.vim')
-rw-r--r--.vim/after/plugin/lsp.vim9
1 files changed, 0 insertions, 9 deletions
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({