chore(nvim): add comment

This commit is contained in:
Stefan Imhoff
2022-11-13 19:39:42 +01:00
parent 310f18f198
commit cd024f3514
2 changed files with 6 additions and 1 deletions

View File

@@ -5,4 +5,9 @@ if not status then
end
codewindow.setup()
-- <leader>mo - open the minimap
-- <leader>mc - close the minimap
-- <leader>mf - focus/unfocus the minimap
-- <leader>mm - toggle the minimap
codewindow.apply_default_keybinds()