feat: nixvim configuration init
This commit is contained in:
14
config/modules/plugins/oil.nix
Normal file
14
config/modules/plugins/oil.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
plugins.oil.enable = true;
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
action = "<cmd>Oil<CR>";
|
||||
key = "<leader>o";
|
||||
options = {
|
||||
desc = "Open [O]il";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user