mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
rearrange some stuff, switch themes
This commit is contained in:
parent
2af59c0072
commit
0f11ababe4
23 changed files with 183 additions and 155 deletions
10
modules/home-manager/files/nvim/lua/plugins/catppuccin.lua
Normal file
10
modules/home-manager/files/nvim/lua/plugins/catppuccin.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
flavour = "frappe", -- latte, frappe, macchiato, mocha
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme("catppuccin")
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue