feat: config refresh
This commit is contained in:
parent
a24128cfca
commit
f956194c53
16 changed files with 217 additions and 233 deletions
|
@ -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 = {},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue