| Age | Commit message (Collapse) | Author |
|
|
|
|
|
We should load fugitive in the following two situations:
+ When we open nvim in a Git repository
+ When we are inside nvim and change the working directory to a Git
reposity
|
|
|
|
|
|
Use command normal! to avoid any mapping being accidentally used.
|
|
|
|
See https://jdhao.github.io/2020/11/23/neovim_better_mapping_for_leaving_insert_mode/.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|