Update neovim plugins

This commit is contained in:
Marko Korhonen 2024-09-19 10:31:00 +03:00
parent 58a9da25ed
commit 926454f57d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
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 = {