major refactor (treewide amongst general cleaning based on my modified dots (with help from notashelf) - perks 1: it works

This commit is contained in:
rubiigen 2024-02-02 18:29:45 +00:00 committed by Frankie B
commit d666f30475
31 changed files with 2140 additions and 1145 deletions

View file

@ -63,7 +63,7 @@
enable = true;
fillChar = null;
eolChar = null;
showCurrContext = true;
scope.enabled = true;
};
cursorline = {
enable = true;
@ -235,18 +235,18 @@
comment-nvim.enable = true;
};
vim.presence = {
presence-nvim = {
enable = true;
auto_update = true;
image_text = "The Superior Text Editor";
client_id = "793271441293967371";
main_image = "neovim";
rich_presence = {
editing_text = "Editing %s";
};
};
};
#vim.presence = {
# presence-nvim = {
# enable = true;
# auto_update = true;
# image_text = "The Superior Text Editor";
# client_id = "793271441293967371";
# main_image = "neovim";
# rich_presence = {
# editing_text = "Editing %s";
# };
# };
#};
};
};
}