aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/lsp.vim
diff options
context:
space:
mode:
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({