ts configgy

This commit is contained in:
jordanyono 2025-10-09 14:33:19 -04:00
parent c81ec8776f
commit a1f1968cb3
1 changed files with 6 additions and 1 deletions

View File

@ -820,7 +820,12 @@ require('lazy').setup({
-- https://github.com/pmizio/typescript-tools.nvim -- https://github.com/pmizio/typescript-tools.nvim
-- --
-- But for many setups, the LSP (`ts_ls`) will work just fine -- But for many setups, the LSP (`ts_ls`) will work just fine
ts_ls = {}, ts_ls = {
settings = {},
on_attach = function(client)
client.server_capabilities.documentFormattingProvider = false
end,
},
-- --
lua_ls = { lua_ls = {
-- cmd = { ... }, -- cmd = { ... },