ts configgy
This commit is contained in:
parent
c81ec8776f
commit
a1f1968cb3
7
init.lua
7
init.lua
|
|
@ -820,7 +820,12 @@ require('lazy').setup({
|
|||
-- https://github.com/pmizio/typescript-tools.nvim
|
||||
--
|
||||
-- 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 = {
|
||||
-- cmd = { ... },
|
||||
|
|
|
|||
Loading…
Reference in New Issue