add oil git support

This commit is contained in:
Osman Faruk Bayram 2025-06-19 15:42:45 +03:00
parent 657fba9246
commit ef8b21d873
2 changed files with 6 additions and 0 deletions

View file

@ -71,5 +71,8 @@
# lazy loading provider # lazy loading provider
lz-n.enable = true; lz-n.enable = true;
# oil git status shower
oil-git-status.enable = true;
}; };
} }

View file

@ -7,6 +7,9 @@
view_options = { view_options = {
show_hidden = true; show_hidden = true;
}; };
win_options = {
signcolumn = "yes:2";
};
}; };
# add this keymaps only if oil plugin is enabled # add this keymaps only if oil plugin is enabled
keymaps = lib.mkIf config.plugins.oil.enable [ keymaps = lib.mkIf config.plugins.oil.enable [