From 03ef37c25b40d499132e2ff89293cc693bf26d97 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Mon, 23 Mar 2026 21:09:43 -0400 Subject: [PATCH] Add oil --- README.md | 1 + config.nix | 11 +++++++++++ 2 files changed, 12 insertions(+) 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 = "";