Add settings for nvim gui and install telescope cder plugin
This commit is contained in:
parent
7e6a410b86
commit
a5e1613b07
4 changed files with 14 additions and 2 deletions
|
@ -8,6 +8,7 @@ return function()
|
|||
|
||||
telescope.load_extension('fzf')
|
||||
telescope.load_extension('ui-select')
|
||||
telescope.load_extension('cder')
|
||||
|
||||
-- Keybinds
|
||||
vim.keymap.set('n', '<C-t>', vim.cmd.Telescope)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue