mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
nvim/telescope: added file browser mode
This commit is contained in:
parent
3b43874e57
commit
84d76c1b08
3 changed files with 28 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue