add oil git support
This commit is contained in:
parent
657fba9246
commit
ef8b21d873
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue