1
Fork 0

Add gruvbox theme

This commit is contained in:
prescientmoon 2024-04-29 15:50:59 +02:00
parent b09a445939
commit caf3bec5a5
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
18 changed files with 183 additions and 195 deletions
home/features/neovim/config/lua/my

View file

@ -6,8 +6,8 @@ end
function M.setup()
require("lazy").setup({
importFrom("my.plugins"),
importFrom("my.plugins.themes"),
require("my.plugins.themes"),
require("my.plugins.whichkey"),
unpack(require("nix").lazy),
}, {
defaults = { lazy = true },