]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/c/lsp.vim
Move to vim-lsc from vim-lsp
[dotfiles.git] / vim / .vim / ftplugin / c / lsp.vim
diff --git a/vim/.vim/ftplugin/c/lsp.vim b/vim/.vim/ftplugin/c/lsp.vim
deleted file mode 100644 (file)
index f033c07..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-au User lsp_setup call lsp#register_server({
-\    "name": "clangd",
-\    "cmd": ["clangd"],
-\    "allowlist": ["c", "cpp", "objc", "objcpp"],
-\})