glossator-nvim
glossator-nvim#
A Neovim plugin for writers and editors — inline annotation tags, a synchronised commenting pane, and a contextual toolbar for formatting without keymaps.

Install with Lazy:#
{
"jbuck95/glossator-nvim",
ft = "markdown",
keys = {
{ "<leader>e", "<Plug>(GlossatorToolbar)", mode = "v", ft = "markdown" },
{ "<leader>gs", "<Plug>(GlossatorPane)", mode = "n", ft = "markdown" },
},
config = true,
}