Nvim: add telescope
This commit is contained in:
parent
901bccab0d
commit
7b13a37d2b
4 changed files with 13 additions and 11 deletions
|
@ -22,8 +22,5 @@ MapKey('n', '<C-J>', '<C-W><C-J>')
|
|||
MapKey('n', '<C-K>', '<C-W><C-K>')
|
||||
MapKey('n', '<C-L>', '<C-W><C-L>')
|
||||
|
||||
-- FZF
|
||||
MapKey('n', '<C-f>', "<cmd>lua require('fzf-lua').files()<CR>")
|
||||
|
||||
-- Run Neoformat
|
||||
MapKey('n', '<M-f>', '<cmd>Neoformat<CR>')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue