diff --git a/init.lua b/init.lua index e10c5dfe..759c7831 100644 --- a/init.lua +++ b/init.lua @@ -736,13 +736,13 @@ do -- clangd = {}, -- gopls = {}, -- pyright = {}, - -- rust_analyzer = {}, + -- tsc = {}, -- - -- Some languages (like typescript) have entire language plugins that can be useful: - -- https://github.com/pmizio/typescript-tools.nvim + -- Some languages (like rust) have entire language plugins that can be useful: + -- https://github.com/mrcjkb/rustaceanvim -- -- But for many setups, the LSP (`ts_ls`) will work just fine - -- ts_ls = {}, + -- rust_analyzer = {}, stylua = {}, -- Used to format Lua code