Simple markdown tools for neovim.
Go to file
2023-12-27 22:16:07 +01:00
lua/md-tools Clean up the logic a bit and user diff api. 2023-12-27 22:03:28 +01:00
plugin Create user command on plugin load. 2023-12-27 22:16:07 +01:00
LICENSE Initial commit. 2023-12-27 17:37:56 +01:00
README.md Initial commit. 2023-12-27 17:37:56 +01:00

md-tools

Simple neovim plugin adding a few helping keybinding and ways of writting to help write markdown, with the help of the marksman lsp.

Marksman allows you to follow files with go to definition and a lot of other things, this plugin is just supposed to be a simple addition to help with things marksman doesn't/can't do as an lsp.

Planned feature

  • Promote or demote headers
  • Helper's for writting list's
  • Open web links
  • Maybe table helper ( There are already a lot of great table plugins so I most likelly won't be implementing that, but link to another one )
  • Toggle todo items
  • Probably some telescope functions

Small feature set

I plan for this plugin to be very small and only have a small amount of feature's because there are already a lot of really good neovim plugins for writting markdown but some of them are really big and do a lot of stuff you might don't want them to do.

On the other side there is another spectrum of plugins that focus on one specific thing while writting markdown that I will as I write this plugin and search for functionality will link here for the reason why I haven't implemented such a feature inside this little plugin.