dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/lua/plugins/miasma.lua


return {
	"xero/miasma.nvim",
	-- dev = true,
	-- branch = "dev",
	lazy = false,
	priority = 1000,
	config = function()
		vim.cmd("colorscheme miasma")
	end,
}

Download

raw zip tar