mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
some fixes
This commit is contained in:
parent
c55a1f9bd4
commit
de2b6322fb
4 changed files with 19 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ with pkgs.vimPlugins;
|
|||
{ plugin = catppuccin-nvim;
|
||||
config = ''
|
||||
lua << EOF
|
||||
equire("catppuccin").setup({
|
||||
require("catppuccin").setup({
|
||||
flavour = "mocha", -- latte, frappe, macchiato, mocha
|
||||
background = { -- :h background
|
||||
light = "latte",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue