Update lsp.lua

Test for nixos
This commit is contained in:
Juanito 2025-09-16 23:49:43 -03:00 committed by GitHub
parent b61a68c02f
commit 32e75b6db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ return {
-- for you, so that they are available from within Neovim. -- for you, so that they are available from within Neovim.
local ensure_installed = vim.tbl_keys(servers or {}) local ensure_installed = vim.tbl_keys(servers or {})
vim.list_extend(ensure_installed, { vim.list_extend(ensure_installed, {
'stylua', -- Used to format Lua code -- 'stylua', -- Used to format Lua code
'rustfmt', -- Rust formatter 'rustfmt', -- Rust formatter
'prettier', -- JS/MD formatter 'prettier', -- JS/MD formatter
'black', -- Python formatter 'black', -- Python formatter