Major changes including better ui and more keybinds :)

This commit is contained in:
2023-02-15 23:11:33 -05:00
parent 74c846a7b6
commit 70abc1f30f
24 changed files with 664 additions and 118 deletions

View File

@ -1,8 +1,6 @@
local telescope = require('telescope')
local actions = require('telescope.actions')
telescope.load_extension('undo')
telescope.load_extension('file_browser')
telescope.setup {
defaults = {
borderchars = { " ", " ", " ", " ", " ", " ", " ", " " },
@ -27,6 +25,8 @@ telescope.setup {
},
}
}
telescope.load_extension('undo')
telescope.load_extension('file_browser')
a.nvim_create_autocmd('User', {
pattern = 'TelescopePreviewerLoaded',