Refactor contents to be compatible with GNU Stow

This commit is contained in:
Daniel McKnight 2025-05-22 20:04:40 -07:00
parent c931ac6aae
commit e23e66f801
116 changed files with 6 additions and 100 deletions

View file

@ -0,0 +1,29 @@
return {
{
"mason-org/mason.nvim",
tag = "v1.11.0",
config = function()
require("mason").setup({})
end,
},
{
"mason-org/mason-lspconfig.nvim",
tag = "v1.32.0",
config = function()
require("mason-lspconfig").setup({
ensure_installed = {
"lua_ls",
"bashls",
"dockerls",
--"gh-actions-language-server",
"helm_ls",
"jsonls",
"marksman",
"nginx_language_server",
"ruff",
"yamlls",
},
})
end,
},
}