|
|
@ -529,7 +529,7 @@ require('lazy').setup({
|
|
|
|
-- https://github.com/pmizio/typescript-tools.nvim
|
|
|
|
-- https://github.com/pmizio/typescript-tools.nvim
|
|
|
|
--
|
|
|
|
--
|
|
|
|
-- But for many setups, the LSP (`tsserver`) will work just fine
|
|
|
|
-- But for many setups, the LSP (`tsserver`) will work just fine
|
|
|
|
-- tsserver = {},
|
|
|
|
ts_ls = {},
|
|
|
|
--
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
lua_ls = {
|
|
|
|
lua_ls = {
|
|
|
@ -622,7 +622,7 @@ require('lazy').setup({
|
|
|
|
stop_after_first = false,
|
|
|
|
stop_after_first = false,
|
|
|
|
--
|
|
|
|
--
|
|
|
|
-- You can use 'stop_after_first' to run the first available formatter from the list
|
|
|
|
-- You can use 'stop_after_first' to run the first available formatter from the list
|
|
|
|
-- javascript = { "prettierd", "prettier", stop_after_first = true },
|
|
|
|
javascript = { 'prettierd', 'prettier', stop_after_first = true },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|