live-command.nvim
live-command.nvim copied to clipboard
Rewrite for better architecture, easier extensibility; add a general :Preview command
To Do before 2.0 release:
- update readme:
- [x] :Preview command (document that ranges etc. work)
- ensure partial backwards compatibility:
- [ ] if user has something like
Norm = { cmd = "norm" }
in their config, create aNorm
command for them - [ ] test that ranges + count work for
:Preview
+ custom commands
- [ ] if user has something like