plugins/lualine: migrate to mkNeovimPlugin

This commit is contained in:
Austin Horstman 2024-09-05 19:46:00 -05:00
parent c4135d720a
commit d12045e057
No known key found for this signature in database
4 changed files with 492 additions and 312 deletions

View file

@ -8,17 +8,19 @@
lualine = {
enable = true;
sectionSeparators = {
left = "";
right = "";
settings = {
options = {
section_separators = {
left = "";
right = "";
};
component_separators = {
left = "";
right = "";
};
theme = "auto";
};
};
componentSeparators = {
left = "";
right = "";
};
theme = "auto";
};
goyo = {