| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-26 | nvim/mdquote: fix negative start line bug | -35/+40 | ||
| Lmao oops, tfw you don't function without `dec` anymore. | ||||
| 2024-07-25 | nvim: port markdown quote ftplugin | -72/+113 | ||
| It performs significantly better and I have no idea why. | ||||
| 2024-03-09 | nvim: add markdown quote ftplugin | -0/+76 | ||
| I increase/decrease quote levels a lot, so I figured I'd write a small thing for doing that more easily in visual mode. This isn't without problems. Known bugs: * In normal-mode, it's a bit slow (waiting for more inputs? possible, but if you give it more inputs it just does it twice). * You cannot increase/decrease indentation with <</>> with this on. This is mostly a bummer for code blocks. * Doesn't work with indentation-based quoting, rather than >. But it's good enough for me, eh? | ||||
