Add oil
This commit is contained in:
11
config.nix
11
config.nix
@@ -151,6 +151,13 @@
|
||||
comment.enable = true;
|
||||
sleuth.enable = true;
|
||||
|
||||
oil = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_file_explorer = false;
|
||||
};
|
||||
};
|
||||
|
||||
rustaceanvim = {
|
||||
enable = !light;
|
||||
settings = {
|
||||
@@ -259,6 +266,10 @@
|
||||
action = "<Cmd>Neotree toggle right<CR>";
|
||||
key = "<leader>f";
|
||||
}
|
||||
{
|
||||
action = "<Cmd>Oil<CR>";
|
||||
key = "<leader>g";
|
||||
}
|
||||
{
|
||||
action = "<Cmd>Neogit<CR>";
|
||||
key = "<C-g>";
|
||||
|
||||
Reference in New Issue
Block a user