mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-23 12:41:57 +00:00
Attempt to refactor config to be more maintainable
This commit is contained in:
14
lua/plugins/lang/markdown.lua
Normal file
14
lua/plugins/lang/markdown.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
opts = {},
|
||||
ft = "markdown",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"echasnovski/mini.nvim",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
---@module 'render-markdown'
|
||||
---@type render.md.UserConfig
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user