diff --git a/nixvim/config/telescope.nix b/nixvim/config/telescope.nix index c6505e5..318ce99 100644 --- a/nixvim/config/telescope.nix +++ b/nixvim/config/telescope.nix @@ -1,6 +1,7 @@ { plugins.telescope = { enable = true; + extensions.file-browser.enable = true; settings.defaults.mappings = { i = { # close telescope when escape pressed in insert mode @@ -16,7 +17,7 @@ }; }; "ff" = { - action = "find_files"; + action = "file_browser"; options = { desc = "Find files in current directory"; };