Greatly improve terminal features! Persistent terminals (#275)
* remove toggleTerm plugin * Adding term binds, term hider & Telescope terms to bring them back * Adding many term features!
This commit is contained in:
parent
51760c21f5
commit
575dc10ddc
8 changed files with 303 additions and 83 deletions
|
|
@ -65,8 +65,11 @@ telescope.setup {
|
|||
},
|
||||
}
|
||||
|
||||
-- NvChad pickers
|
||||
-- load the theme_switcher extension
|
||||
require("telescope").load_extension "themes"
|
||||
-- load the term_picker extension
|
||||
require("telescope").load_extension "terms"
|
||||
|
||||
if not pcall(function()
|
||||
telescope.load_extension "fzf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue