aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/render-markdown.lua
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-12-11 20:32:55 -0600
committerfoswret <foswret@posteo.com>2025-12-11 20:32:55 -0600
commit1a6cad01c92223062fa97eb6ee56e08ee869b0b4 (patch)
tree65729a8627b981c342b9786fe429f50c69d25d22 /nvim/lua/plugins/render-markdown.lua
parentd83b5015b2ee0f896e9a1b59521799d01c94ad67 (diff)
automated commit at 20:32:55 on 12/11/25HEADmaster
Diffstat (limited to 'nvim/lua/plugins/render-markdown.lua')
-rw-r--r--nvim/lua/plugins/render-markdown.lua9
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 = {},
-}