diff options
| author | seth <[email protected]> | 2022-11-16 20:22:10 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2022-11-16 20:22:10 -0500 |
| commit | ec625679986252986af154d9f0f7125881308338 (patch) | |
| tree | 0babf95069bd29634e4e76588b255493401e9f86 /.config/nvim/lua/getchoo/config.lua | |
| parent | a1b2b3cb5840e08a851cec662ebcfa699cfbfa98 (diff) | |
meow
Diffstat (limited to '.config/nvim/lua/getchoo/config.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/config.lua | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/nvim/lua/getchoo/config.lua b/.config/nvim/lua/getchoo/config.lua index 150ebcb..a67f734 100644 --- a/.config/nvim/lua/getchoo/config.lua +++ b/.config/nvim/lua/getchoo/config.lua @@ -5,18 +5,18 @@ local M = {} M.bufferline = { - animation = true, - auto_hide = true, - icons = true, - maximum_padding = 2, - semantic_letters = true, + animation = true, + auto_hide = true, + icons = true, + maximum_padding = 2, + semantic_letters = true, } M.lualine = { - options = { - theme = "nord", - }, - extensions = { "nvim-tree" }, + options = { + theme = "catppuccin", + }, + extensions = { "nvim-tree" }, } M.tree = {} |
