From 70901b9a31f6d2b36e95353d7278b5b1a2140593 Mon Sep 17 00:00:00 2001 From: Tristan Leo Date: Fri, 2 Aug 2024 09:22:58 +0200 Subject: [PATCH] add markdown plugin --- init.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init.lua b/init.lua index 9cf60e79..2ef3c2f3 100644 --- a/init.lua +++ b/init.lua @@ -876,6 +876,15 @@ require('lazy').setup({ -- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects end, }, + { + 'MeanderingProgrammer/markdown.nvim', + main = 'render-markdown', + opts = {}, + name = 'render-markdown', -- Only needed if you have another plugin named 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 + }, -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and