diff options
Diffstat (limited to 'lua/getchoo/plugins/lualine.lua')
| -rw-r--r-- | lua/getchoo/plugins/lualine.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/getchoo/plugins/lualine.lua b/lua/getchoo/plugins/lualine.lua new file mode 100644 index 0000000..2727d75 --- /dev/null +++ b/lua/getchoo/plugins/lualine.lua @@ -0,0 +1,6 @@ +require("lualine").setup({ + options = { + theme = "catppuccin", + }, + extensions = { "neo-tree", "trouble" }, +}) |
