]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
gomod is also LSPable
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index ad29aba42b37c9ccaec220714c69eb18578ebbff..c0cb4462fe4b924ec7bed7a51ae88f43d463fcb2 100644 (file)
@@ -12,7 +12,7 @@ for d in [
         args: ["--log=error"],
     },
     {
-        filetype: ["go"],
+        filetype: ["go", "gomod"],
         path: "gopls",
         syncInit: true,
     },