diff --git a/nixos/nvim/plugins/telescope.nix b/nixos/nvim/plugins/telescope.nix index 2d876ed..46c6a91 100644 --- a/nixos/nvim/plugins/telescope.nix +++ b/nixos/nvim/plugins/telescope.nix @@ -18,6 +18,7 @@ enable = true; settings = { hijack_netrw = false; + grouped = true; }; }; }; @@ -95,7 +96,7 @@ { mode = "n"; key = "te"; - action = ":Telescope file_browser"; + action = ":Telescope file_browser path=%:p:h select_buffer=true"; options = { desc = "File Explorer"; silent = true;