From eaee2be5ef6ee0cb439b22b2f8b8afe0e1ecd3c6 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 6 Dec 2022 13:15:24 -0800 Subject: [PATCH] Re-enable netrw --- init.fnl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.fnl b/init.fnl index 8d17358..bc3b398 100644 --- a/init.fnl +++ b/init.fnl @@ -53,10 +53,6 @@ ; Allow more freedom with the cursor (set vim.opt.virtualedit :block) -;; Disable netrw -(set vim.g.loaded_netrw 1) -(set vim.g.loaded_netrwPlugin 1) - ;; Remove trailing whitespace (fn remove-trailing-whitespace [] "Remove trailing whitespace from the whole file."