Add languages to LSP

This commit is contained in:
Michal 2025-03-31 17:39:38 +02:00
parent b16fb0e183
commit 1f74e4d793
1 changed files with 9 additions and 2 deletions

View File

@ -682,9 +682,16 @@ 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 = {}, -- tsserver is deprecated
html = { filetypes = { 'html', 'twig', 'hbs' } },
cssls = {},
tailwindcss = {},
dockerls = {},
sqlls = {},
terraformls = {},
jsonls = {},
yamlls = {},
lua_ls = {
-- cmd = { ... },
-- filetypes = { ... },