mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-09-11 06:38:37 -07:00
Use tsc (typescript7's builtin lsp) instead of ts_ls and update the plugin example
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user