A Neovim plugin that automatically installs and enables the Omarchy theme, if you don't use LazyVim.
This plugins uses vim.pack.add() so it requires Neovim 0.12+
vim.pack.add({ "https://github.com/theholocoder/omarchy-pack-theme.nvim" })
require("omarchy-pack-theme").setup()You shouldn't need any configuration, but just in case here are the default values:
require("omarchy-pack-theme").setup({
-- if, for some reason, the Omarchy current theme directory is not the default one
omarchy_current_dir = "~/.config/omarchy/current"
})