diff options
| author | Simen A. W. Olsen <simen@padeia.com> | 2024-11-06 16:25:41 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <simen@padeia.com> | 2024-11-06 16:25:41 +0100 |
| commit | 1151179d09f02e9cf2785a0ca9da623198a8efc8 (patch) | |
| tree | 49f2077c040a535b930717d676c669053a93f3df /.config/nvim/lua/simenandre/plugins/plugins.lua | |
| parent | ad1c567a2dcfca71a4fe754a4babb646cb6fab62 (diff) | |
| download | dotfiles-1151179d09f02e9cf2785a0ca9da623198a8efc8.tar.gz dotfiles-1151179d09f02e9cf2785a0ca9da623198a8efc8.zip | |
update everything
Diffstat (limited to '.config/nvim/lua/simenandre/plugins/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/simenandre/plugins/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/simenandre/plugins/plugins.lua b/.config/nvim/lua/simenandre/plugins/plugins.lua index 969b96e..53f76e5 100644 --- a/.config/nvim/lua/simenandre/plugins/plugins.lua +++ b/.config/nvim/lua/simenandre/plugins/plugins.lua @@ -346,7 +346,7 @@ return { -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { -- clangd = {}, - -- gopls = {}, + gopls = {}, -- pyright = {}, -- rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs @@ -355,7 +355,7 @@ return { -- https://github.com/pmizio/typescript-tools.nvim -- -- But for many setups, the LSP (`ts_ls`) will work just fine - -- ts_ls = {}, + ts_ls = {}, -- lua_ls = { |
