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;