feat: update plugins
This commit is contained in:
parent
e6f695a292
commit
8eebd7a06d
|
|
@ -17,4 +17,3 @@ return { -- You can easily change to a different colorscheme.
|
|||
vim.cmd.hi 'Comment gui=none'
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -85,11 +85,8 @@ return { -- LSP Configuration & Plugins
|
|||
-- - settings (table): Override the default settings passed when initializing the server.
|
||||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||
local servers = {
|
||||
-- clangd = {},
|
||||
gopls = {},
|
||||
rust_analyzer = {},
|
||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||
-- tsserver = {},
|
||||
pyright = {},
|
||||
lua_ls = {
|
||||
-- cmd = {...},
|
||||
|
|
|
|||
Loading…
Reference in New Issue