More configuration updates

This commit is contained in:
Hazem Krimi
2025-02-13 02:01:56 +01:00
parent 5b20f2406f
commit d19a34bcfd
14 changed files with 391 additions and 173 deletions
+3 -3
View File
@@ -163,10 +163,9 @@ return {
--
-- But for many setups, the LSP (`tsserver`) will work just fine
ts_ls = {}, -- tsserver is deprecated
html = { filetypes = { 'html', 'twig', 'hbs' } },
html = {},
cssls = {},
dockerls = {},
sqlls = {},
jsonls = {},
yamlls = {},
gopls = {},
@@ -208,7 +207,8 @@ return {
-- for you, so that they are available from within Neovim.
local ensure_installed = vim.tbl_keys(servers or {})
vim.list_extend(ensure_installed, {
'stylua', -- Used to format Lua code
'stylua',
'prettier',
})
require('mason-tool-installer').setup { ensure_installed = ensure_installed }