From 977e8911084c80baf30ab5d3a17af2e0bceb02e0 Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 15 Mar 2026 14:54:01 +0800 Subject: Add vim-fugitive and render-markdown plugins --- lua/plugins/init.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lua') diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 000b916..04eedf8 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -130,6 +130,17 @@ return { -- UndoTree 'mbbill/undotree', + -- Git + 'tpope/vim-fugitive', + + -- Markdown Rendering + { + 'MeanderingProgrammer/render-markdown.nvim', + dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, + ft = { 'markdown' }, + opts = {}, + }, + -- Copilot { "zbirenbaum/copilot.lua", -- cgit v1.2.3