fix
This commit is contained in:
parent
6572e2c5c2
commit
64872fc51c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ window_map("j")
|
||||||
window_map("k")
|
window_map("k")
|
||||||
window_map("l")
|
window_map("l")
|
||||||
|
|
||||||
nvim_create_user_command("Format", "normal mzgg=G'zzz")
|
vim.api.nvim_create_user_command("Format", "normal mzgg=G'zzz", {})
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
-- Plugin Maps --
|
-- Plugin Maps --
|
||||||
|
|
Loading…
Reference in a new issue