diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-08-15 13:39:00 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-08-15 13:39:00 +0200 |
commit | c53bda87d0fa6a5cd95595c374215c586bdd7d40 (patch) | |
tree | 6d563bf300d3ae01b51015c514f050a2b4a28444 /lua/user/lsp.lua | |
parent | 50053eb550b160ddd2e953894398f5e23f0fd9df (diff) |
checkpoint
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({}) |