feat: update plugins

This commit is contained in:
Ilian 2025-04-26 16:12:03 +12:00
parent e6f695a292
commit 8eebd7a06d
2 changed files with 0 additions and 4 deletions

View File

@ -17,4 +17,3 @@ return { -- You can easily change to a different colorscheme.
vim.cmd.hi 'Comment gui=none' vim.cmd.hi 'Comment gui=none'
end, end,
} }

View File

@ -85,11 +85,8 @@ return { -- LSP Configuration & Plugins
-- - settings (table): Override the default settings passed when initializing the server. -- - 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/ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = { local servers = {
-- clangd = {},
gopls = {}, gopls = {},
rust_analyzer = {}, rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
-- tsserver = {},
pyright = {}, pyright = {},
lua_ls = { lua_ls = {
-- cmd = {...}, -- cmd = {...},