diff --git a/init.lua b/init.lua index cff84f40..8ca51f69 100644 --- a/init.lua +++ b/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 }, }, }, },