mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-22 10:38:33 +02:00
added ts_ls lsp and prettier formatter
This commit is contained in:
parent
4f86a195b8
commit
4e78174734
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
@ -529,7 +529,7 @@ require('lazy').setup({
|
|||
-- https://github.com/pmizio/typescript-tools.nvim
|
||||
--
|
||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||
-- tsserver = {},
|
||||
ts_ls = {},
|
||||
--
|
||||
|
||||
lua_ls = {
|
||||
|
@ -622,7 +622,7 @@ require('lazy').setup({
|
|||
stop_after_first = false,
|
||||
--
|
||||
-- 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 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue