update lsp config

This commit is contained in:
Alexander Navarro 2025-11-12 13:45:07 -03:00
parent 47deec4656
commit d0ffade8ce
3 changed files with 12 additions and 22 deletions

View file

@ -1,10 +1,13 @@
return {
'neovim/nvim-lspconfig',
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
{
"mason-org/mason.nvim",
opts = {}
"mason-org/mason-lspconfig.nvim",
opts = {},
dependencies = {
{ "mason-org/mason.nvim", opts = {} },
"neovim/nvim-lspconfig",
},
},
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
{
"ckolkey/ts-node-action",
dependencies = { "nvim-treesitter" },