From b1af6596d348d7527ee105869a375f2e9d03de37 Mon Sep 17 00:00:00 2001 From: orip Date: Sat, 5 Sep 2026 16:16:39 +0300 Subject: [PATCH] Use tsc (typescript7's builtin lsp) instead of ts_ls and update the plugin example --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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