Nixvim's updates, switch back to catppuccin and telescope
This commit is contained in:
parent
a78efc6788
commit
6790e3ac3b
4 changed files with 33 additions and 17 deletions
|
@ -1,14 +1,16 @@
|
|||
{ ... }: {
|
||||
programs.nixvim.plugins.lualine = {
|
||||
enable = true;
|
||||
componentSeparators = {
|
||||
left = "";
|
||||
right = "";
|
||||
settings.options = {
|
||||
component_separators = {
|
||||
left = "";
|
||||
right = "";
|
||||
};
|
||||
section_separators = {
|
||||
left = "";
|
||||
right = "";
|
||||
};
|
||||
disabled_filetypes.statusline = [ "neo-tree" ];
|
||||
};
|
||||
sectionSeparators = {
|
||||
left = "";
|
||||
right = "";
|
||||
};
|
||||
disabledFiletypes.statusline = [ "neo-tree" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue