diff options
| author | foswret <foswret@posteo.com> | 2025-12-11 20:32:55 -0600 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2025-12-11 20:32:55 -0600 |
| commit | 1a6cad01c92223062fa97eb6ee56e08ee869b0b4 (patch) | |
| tree | 65729a8627b981c342b9786fe429f50c69d25d22 /nvim/lua/plugins/render-markdown.lua | |
| parent | d83b5015b2ee0f896e9a1b59521799d01c94ad67 (diff) | |
Diffstat (limited to 'nvim/lua/plugins/render-markdown.lua')
| -rw-r--r-- | nvim/lua/plugins/render-markdown.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nvim/lua/plugins/render-markdown.lua b/nvim/lua/plugins/render-markdown.lua deleted file mode 100644 index 51761b4..0000000 --- a/nvim/lua/plugins/render-markdown.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - 'MeanderingProgrammer/render-markdown.nvim', - dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite - -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins - -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons - ---@module 'render-markdown' - ---@type render.md.UserConfig - opts = {}, -} |
