Update neovim plugins

This commit is contained in:
Marko Korhonen 2024-09-19 10:31:00 +03:00
parent f137e5e872
commit 0c2d089da2
3 changed files with 31 additions and 31 deletions

View file

@ -40,8 +40,8 @@ return {
-- Disable tsserver diagnostics diagnostics
-- that come from ESLint
["tsserver"] = function()
require("lspconfig").tsserver.setup(vim.tbl_extend("force", commonLspConfigArgs, {
["ts_ls"] = function()
require("lspconfig").ts_ls.setup(vim.tbl_extend("force", commonLspConfigArgs, {
settings = {
diagnostics = {
ignoredCodes = {