Try to use catppuccin-mocha theme during plugin install
This commit is contained in:
parent
53f7939794
commit
a19b3dc353
@ -10,4 +10,8 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
require("lazy").setup("plugins")
|
require("lazy").setup("plugins", {
|
||||||
|
install = {
|
||||||
|
colorscheme = { "catppuccin-mocha" }
|
||||||
|
}
|
||||||
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user