From bf231396ffcd440d5ac1711123e4d36819087a2f Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 27 Oct 2024 11:48:45 +0100 Subject: [PATCH] Remove commented out code --- modules/home/neovim/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/home/neovim/default.nix b/modules/home/neovim/default.nix index 0bb65c0..633b20b 100644 --- a/modules/home/neovim/default.nix +++ b/modules/home/neovim/default.nix @@ -161,11 +161,6 @@ in }; }; }; - # Small hack since these file-browser options are not implemented in nixvim jet - # settings = { - # extensions.file_browser.follow_symlinks = true; - # extensions.file_browser.no_ignore = true; - # }; }; lsp = {