Update 2025-01-30

This commit is contained in:
2025-01-30 13:17:49 +02:00
parent ec77c11ccd
commit 0bf280b18b
7 changed files with 31 additions and 119 deletions

View File

@@ -4,7 +4,6 @@ return {
dependencies = {
"nvim-lua/plenary.nvim",
"neovim/nvim-lspconfig",
"saghen/blink.cmp",
},
ft = { "javascriptreact", "typescriptreact", "javascript", "typescript" },
opts = {
@@ -14,7 +13,7 @@ return {
end,
settings = {
-- spawn additional tsserver instance to calculate diagnostics on it
separate_diagnostic_server = true,
separate_diagnostic_server = false,
-- "change"|"insert_leave" determine when the client asks the server about diagnostic
publish_diagnostic_on = "insert_leave",
-- array of strings("fix_all"|"add_missing_imports"|"remove_unused"|