xit.nvim
xit.nvim copied to clipboard
Plugin for [x]it! format
This PR fixes default keymaps broken by 4121726c37030f860cf77f3971f73543af444268 and resolves #7 ## Todo - [x] Restore normal mode default keymaps - [ ] Restore insert mode default keymaps
I think 4121726c37030f860cf77f3971f73543af444268 breaks the default keymaps advertised in the `README.md` since there is no default value for the `keymap` option. It also doesn't handle insert mode maps. I can...
Test: 1. Open features.xit 2. Enable spellchecking (`:set spell`) 3. Press ]s and [s to jump between misspelled words Before this commit, there will be no spelling errors shown With...