lsp-configuration

This commit is contained in:
rohith 2025-02-13 08:29:35 +05:30
parent 2819b0c4e8
commit 2e38fab7d9
1 changed files with 2 additions and 2 deletions

View File

@ -784,8 +784,8 @@ require('lazy').setup({
-- https://github.com/pmizio/typescript-tools.nvim -- https://github.com/pmizio/typescript-tools.nvim
-- --
-- But for many setups, the LSP (`ts_ls`) will work just fine -- But for many setups, the LSP (`ts_ls`) will work just fine
ts_ls = {}, ts_ls = { filetypes = { 'javascript', 'typescript', 'typescriptreact' } },
angularls = {}, angularls = { filetypes = { 'typescript', 'typescriptreact', 'html' } },
-- --
lua_ls = { lua_ls = {