From 2267aed3ce03ca1cfbee381a6fb63b8b9f464420 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 20 Mar 2024 02:29:57 +0530 Subject: [PATCH] [feat] Add oil.nvim --- common/nvim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/nvim.nix b/common/nvim.nix index 0f5c4444..ffb496ca 100644 --- a/common/nvim.nix +++ b/common/nvim.nix @@ -133,6 +133,7 @@ # ''; }; + oil.enable = true; nvim-dap.enable = true; nvim-dap-ui.enable = true; todo-comments.enable = true;