mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-16 21:27:44 +00:00
Neovim: add Neoformat keybind
This commit is contained in:
parent
3732cb5e53
commit
090db6aa30
@ -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>')
|
||||
|
Loading…
Reference in New Issue
Block a user