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
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue