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

@ -108,5 +108,8 @@ cmd.packadd('cfilter') -- Allows filtering the quickfix list with :cfdo
vim.g.sqlite_clib_path = require('luv').os_getenv('LIBSQLITE')
-- Vim Theme
vim.g.everforest_background = 'hard'
vim.cmd.colorscheme('everforest')
require('catppuccin').setup {
flavour = 'macchiato',
}
vim.cmd.colorscheme('catppuccin')