Skip to content

Instantly share code, notes, and snippets.

@masato3
Last active June 10, 2025 11:14
Show Gist options
  • Save masato3/b935d08f2d06ad6daddc4476daae982e to your computer and use it in GitHub Desktop.
Save masato3/b935d08f2d06ad6daddc4476daae982e to your computer and use it in GitHub Desktop.
Neovim plugin Markdown系
return {
{
'ixru/nvim-markdown',
ft = 'markdown'
},
{
'MeanderingProgrammer/render-markdown.nvim',
ft = 'markdown',
opts = {
render_modes = {
'n', 'c'
}
}
},
{
'tree-sitter-grammars/tree-sitter-markdown',
ft = 'markdown'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment