Add languages to LSP
This commit is contained in:
parent
b16fb0e183
commit
1f74e4d793
11
init.lua
11
init.lua
|
|
@ -682,9 +682,16 @@ 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 = {}, -- tsserver is deprecated
|
||||||
|
html = { filetypes = { 'html', 'twig', 'hbs' } },
|
||||||
|
cssls = {},
|
||||||
|
tailwindcss = {},
|
||||||
|
dockerls = {},
|
||||||
|
sqlls = {},
|
||||||
|
terraformls = {},
|
||||||
|
jsonls = {},
|
||||||
|
yamlls = {},
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
-- cmd = { ... },
|
-- cmd = { ... },
|
||||||
-- filetypes = { ... },
|
-- filetypes = { ... },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue