feat: config refresh

This commit is contained in:
Devin Haska 2025-05-27 11:54:49 -07:00
parent f19c3e021d
commit 2a9d2537e1
16 changed files with 217 additions and 233 deletions

View file

@ -11,25 +11,14 @@ return {
"eslint",
"html",
"lua_ls",
"psalm", -- .php
"taplo", -- .toml
"ts_ls",
"twiggy_language_server", -- .twig
"yamlls", -- .yml
},
},
},
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
opts = {
ensure_installed = {
"djlint",
"prettierd",
"proselint",
"stylua",
},
auto_update = true,
automatic_installation = true,
},
},
-- lspconfig should be the last step.
{
"neovim/nvim-lspconfig",
@ -49,10 +38,12 @@ return {
})
end,
},
html = {},
lua_ls = {},
html = {},
psalm = {},
taplo = {},
tsserver = {},
ts_ls = {},
twiggy_language_server = {},
yamlls = {},
},
},