nvim/telescope: added file browser mode

This commit is contained in:
kossLAN 2025-03-22 17:06:34 -04:00
parent 3b43874e57
commit 84d76c1b08
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
3 changed files with 28 additions and 3 deletions

View file

@ -51,6 +51,7 @@ with final.pkgs.lib; let
# telescope and extensions
telescope-nvim # https://github.com/nvim-telescope/telescope.nvim/
telescope-fzy-native-nvim # https://github.com/nvim-telescope/telescope-fzy-native.nvim
telescope-file-browser-nvim
# telescope-smart-history-nvim # https://github.com/nvim-telescope/telescope-smart-history.nvim
# ^ telescope and extensions
# UI
@ -82,7 +83,7 @@ with final.pkgs.lib; let
# Autoformatting
conform-nvim
# Theme for neovim
everforest
catppuccin-nvim
# QOL Plugin for visuals mostly
mini-nvim # https://github.com/echasnovski/mini.nvim/
# Debugging