feat(nvim): add oil keymap
This commit is contained in:
parent
eb1500e11a
commit
fff647a2ce
1 changed files with 8 additions and 0 deletions
|
|
@ -4,5 +4,13 @@
|
||||||
performance.combinePlugins.standalonePlugins = [
|
performance.combinePlugins.standalonePlugins = [
|
||||||
"oil.nvim"
|
"oil.nvim"
|
||||||
];
|
];
|
||||||
|
keymaps = [
|
||||||
|
{
|
||||||
|
key = "<leader>e";
|
||||||
|
action = "<cmd>Oil<cr>";
|
||||||
|
options.desc = "Explore files";
|
||||||
|
mode = ["n"];
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue