diff options
| author | seth <[email protected]> | 2022-11-18 23:20:32 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2022-11-18 23:20:32 -0500 |
| commit | 9bb0da7efb750db25bb1b2ded123bbcc9b04d6e7 (patch) | |
| tree | 8211b6c0e5b6a0e6e4b0b1fe549ff46069b86a9c /.config/nvim/lua | |
| parent | ec625679986252986af154d9f0f7125881308338 (diff) | |
more catppuccin
Diffstat (limited to '.config/nvim/lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/getchoo/plugins.lua b/.config/nvim/lua/getchoo/plugins.lua index 900e1c7..3c50d54 100644 --- a/.config/nvim/lua/getchoo/plugins.lua +++ b/.config/nvim/lua/getchoo/plugins.lua @@ -30,7 +30,7 @@ require("packer").startup(function(use) as = "catppuccin", config = function() require("catppuccin").setup({ - flavour = "frappe", -- mocha, macchiato, frappe, latte + flavour = "mocha", -- mocha, macchiato, frappe, latte integrations = { barbar = true, gitsigns = true, |
