Add lsp server for Typescript

This commit is contained in:
shaoyu 2024-11-12 20:29:58 -05:00
parent cd546d53ff
commit 1f8b7465e6
1 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ require('lazy').setup({
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
-- pickers = {}
picker = { hidden = true },
extensions = {
['ui-select'] = {
require('telescope.themes').get_dropdown(),
@ -627,7 +627,7 @@ require('lazy').setup({
-- https://github.com/pmizio/typescript-tools.nvim
--
-- But for many setups, the LSP (`ts_ls`) will work just fine
-- ts_ls = {},
ts_ls = {},
--
lua_ls = {