Last active
June 10, 2025 11:14
-
-
Save masato3/b935d08f2d06ad6daddc4476daae982e to your computer and use it in GitHub Desktop.
Neovim plugin Markdown系
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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