Nvim: add telescope

This commit is contained in:
Marko Korhonen 2022-03-02 17:50:32 +02:00
parent 901bccab0d
commit 7b13a37d2b
4 changed files with 13 additions and 11 deletions

View file

@ -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>')