From: Sergey Matveev Date: Thu, 6 Apr 2023 09:44:47 +0000 (+0300) Subject: gomod is also LSPable X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ddf5a9645f931c899e9101cf2c67addfb9e02632;hp=dd45f36790e1d7d4d67bf3b34ef9955ed4c3cd74;p=dotfiles.git gomod is also LSPable --- diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index ad29aba..c0cb446 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -12,7 +12,7 @@ for d in [ args: ["--log=error"], }, { - filetype: ["go"], + filetype: ["go", "gomod"], path: "gopls", syncInit: true, },