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