Neovim: add Neoformat keybind

This commit is contained in:
Marko Korhonen 2022-01-31 14:38:02 +02:00
parent fe04b45973
commit b1007062be

View file

@ -24,3 +24,6 @@ MapKey('n', '<C-L>', '<C-W><C-L>')
-- FZF
MapKey('n', '<C-f>', 'fzf#vim#complete#path(\'fd\'')
-- Run Neoformat
MapKey('n', '<M-f>', '<cmd>Neoformat<CR>')