Refactor neovim config #2

Merged
FunctionalHacker merged 40 commits from nvim-lua into master 2021-08-08 07:33:26 -05:00
Showing only changes of commit d6bb765266 - Show all commits

View file

@ -8,7 +8,7 @@ end
map('', '<C-t>', '<cmd>NERDTreeToggle<CR>')
-- FZF
map('n', '<C-f>', '<cmd>Files<CR>')
map('n', '<C-f>', '<cmd>Telescope find_files<CR>')
map('n', '<C-g>', '<cmd>Rg<CR>')
-- Completion