Skip to content

Commit

Permalink
fix(nvim): remove deprecated tsserver setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 12, 2024
1 parent 614c79e commit 9e84c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/neovim/config/plugin/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ lspconfig.lua_ls.setup({
},
})

lspconfig.tsserver.setup({
lspconfig.ts_ls.setup({
capabilities = capabilities,
settings = {
javascript = {
Expand Down

0 comments on commit 9e84c59

Please sign in to comment.