remove nvf

Former-commit-id: 5851e00adf
This commit is contained in:
Hadi
2025-03-04 20:57:37 +01:00
parent a38304d73b
commit 92c34e0c28
9 changed files with 0 additions and 492 deletions

View File

@@ -1,29 +0,0 @@
{ lib, ... }:
{
programs.nvf.settings = {
vim = {
mini = {
icons.enable = true;
statusline.enable = true;
git.enable = true;
diff.enable = true;
align.enable = true;
notify.enable = true;
operators.enable = true;
starter.enable = true;
comment.enable = true;
move.enable = true;
pairs.enable = true;
splitjoin.enable = true;
bracketed.enable = true;
indentscope = {
enable = true;
setupOpts.draw.animation = lib.generators.mkLuaInline ''require("mini.indentscope").gen_animation.none()'';
};
};
keymaps = [
];
};
};
}