diff options
Diffstat (limited to 'lua/user/lsp.lua')
-rw-r--r-- | lua/user/lsp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/user/lsp.lua b/lua/user/lsp.lua new file mode 100644 index 0000000..2de41ba --- /dev/null +++ b/lua/user/lsp.lua @@ -0,0 +1,2 @@ +local lspconfig = require("lspconfig") +lspconfig.gopls.setup({}) |