diff --git a/README.md b/README.md
index ffa6750..e523b01 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)
[mkdnflow](https://github.com/jakewvincent/mkdnflow.nvim)
[hml](https://github.com/mawkler/hml.nvim)
[typst-preview](https://github.com/al-kot/typst-preview.nvim)
+[Oil](https://github.com/stevearc/oil.nvim)
### LSP
[lspconfig](https://github.com/neovim/nvim-lspconfig/)
diff --git a/config.nix b/config.nix
index 5091a62..5a001d1 100644
--- a/config.nix
+++ b/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 = "Neotree toggle right";
key = "f";
}
+ {
+ action = "Oil";
+ key = "g";
+ }
{
action = "Neogit";
key = "";