Add gruvbox theme
This commit is contained in:
parent
b09a445939
commit
caf3bec5a5
18 changed files with 183 additions and 195 deletions
home/features/neovim/config/lua/my
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue