Neovim: add Neoformat keybind
This commit is contained in:
parent
fe04b45973
commit
b1007062be
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue