1
0
Fork 0

Nixvim's updates, switch back to catppuccin and telescope

This commit is contained in:
Avery 2024-10-11 21:13:28 +02:00
parent a78efc6788
commit 6790e3ac3b
Signed by: Avery
GPG key ID: B684FD451B692E04
4 changed files with 33 additions and 17 deletions

View file

@ -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" ];
};
}