mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: backup
This commit is contained in:
9
config/nvim/lua/plugins/render-markdown.lua
Normal file
9
config/nvim/lua/plugins/render-markdown.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Plugin to improve viewing Markdown files in Neovim
|
||||
-- https://github.com/MeanderingProgrammer/render-markdown.nvim
|
||||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
opts = {
|
||||
file_types = { "markdown", "mdx" },
|
||||
},
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" },
|
||||
}
|
||||
Reference in New Issue
Block a user