This commit is contained in:
pika 2025-05-24 17:15:21 +02:00
parent 2413eb3860
commit 923da56ca8
4 changed files with 46 additions and 27 deletions

View file

@ -4,7 +4,7 @@ return {
dependencies = {
{ "saghen/blink.cmp" },
{ "antosha417/nvim-lsp-file-operations", config = true },
{ "folke/neodev.nvim", opts = {} },
-- { "folke/neodev.nvim", opts = {} },
},
config = function()
@ -87,13 +87,6 @@ return {
filetypes = { "php", "blade.php" },
})
end,
-- ["tsserver"] = function()
-- -- Replace tsserver with typescript-language-server
-- lspconfig["typescript-language-server"].setup({
-- capabilities = capabilities,
-- filetypes = { "typescript", "typescriptreact", "javascript", "javascriptreact" },
-- })
-- end,
})
end,
}