Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 644 Bytes

File metadata and controls

25 lines (17 loc) · 644 Bytes

Omarchy Pack Theme

A Neovim plugin that automatically installs and enables the Omarchy theme, if you don't use LazyVim.

Requirements

This plugins uses vim.pack.add() so it requires Neovim 0.12+

Installation

vim.pack.add({ "https://github.com/theholocoder/omarchy-pack-theme.nvim" })
require("omarchy-pack-theme").setup()

Configuration

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"
})