feat(nvim): add lualine

This commit is contained in:
Oliver Davies 2023-09-27 21:01:28 +01:00
parent db0b07caa9
commit 376a4bda43

9
after/plugin/lualine.lua Normal file
View file

@ -0,0 +1,9 @@
require("lualine").setup {
options = {
component_separators = { left = "", right = "" },
extensions = { "fzf", "quickfix" },
icons_enabled = false,
section_separators = { left = "", right = "" },
theme = "catppuccin",
},
}