This commit is contained in:
sharings 2025-07-26 12:43:01 +00:00
commit 1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions

22
config/plugins/oil.nix Normal file
View file

@ -0,0 +1,22 @@
{
plugins = {
oil = {
enable = true;
settings = {
view_options = {
show_hidden = true;
};
};
};
};
keymaps = [
{
mode = "n";
key = "--";
action = "<CMD>Oil<CR>";
options = {
desc = "Open parent directory";
};
}
];
}