diff options
Diffstat (limited to 'lua/getchoo/plugins/lualine.lua')
| -rw-r--r-- | lua/getchoo/plugins/lualine.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lua/getchoo/plugins/lualine.lua b/lua/getchoo/plugins/lualine.lua new file mode 100644 index 0000000..e5eb8a1 --- /dev/null +++ b/lua/getchoo/plugins/lualine.lua @@ -0,0 +1,14 @@ +return { + { + "lualine.nvim", + event = "DeferredUIEnter", + after = function() + require("lualine").setup({ + options = { + theme = "catppuccin", + }, + extensions = { "trouble" }, + }) + end + } +} |
