added ts_ls lsp and prettier formatter

This commit is contained in:
Diego Villamil 2024-09-30 01:19:52 +08:00
parent 4f86a195b8
commit 4e78174734
1 changed files with 2 additions and 2 deletions

View File

@ -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 },
}, },
}, },
}, },