dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/lua/plugins/mason.lua


return {
	"williamboman/mason.nvim",
	config = function()
		require("mason").setup()
	end,
}

Download

raw zip tar