major refactor (treewide amongst general cleaning based on my modified dots (with help from notashelf) - perks 1: it works
This commit is contained in:
parent
ea3485f5c5
commit
d666f30475
31 changed files with 2140 additions and 1145 deletions
|
|
@ -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";
|
||||
# };
|
||||
# };
|
||||
#};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue