diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-15 18:00:47 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-15 18:00:47 +0200 |
| commit | 480348edc96ca3d3bc26d8623a4c962d201e97dd (patch) | |
| tree | b8d926d4ff6d97088691e7e4bb518a80501ad296 /config/nvim/lua/plugins/lsp.lua | |
| parent | 10dbc7044b269b687313ea7a70fb8cd5c59d0b60 (diff) | |
feat(nvim): support go and auto update plugins following system colorscheme
Diffstat (limited to 'config/nvim/lua/plugins/lsp.lua')
| -rw-r--r-- | config/nvim/lua/plugins/lsp.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/nvim/lua/plugins/lsp.lua b/config/nvim/lua/plugins/lsp.lua index 1a3a64a..6478923 100644 --- a/config/nvim/lua/plugins/lsp.lua +++ b/config/nvim/lua/plugins/lsp.lua @@ -15,7 +15,11 @@ return { "neovim/nvim-lspconfig", }, opts = { - ensure_installed = { "pylsp", "elixirls" }, + ensure_installed = { + "pylsp", + "elixirls", + "gopls" + }, }, }, } |
