From 576a147d1a103ccc9af3777d325e7dc09491b933 Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 15 Mar 2026 15:03:32 +0800 Subject: Add vim-commentary, flash.nvim, and disable render-markdown by default --- lua/plugins/init.lua | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'lua/plugins') diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 04eedf8..1ed53df 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -133,12 +133,26 @@ return { -- Git 'tpope/vim-fugitive', + -- Commenting + 'tpope/vim-commentary', + + -- Flash (quick navigation) + { + 'folke/flash.nvim', + event = 'VeryLazy', + config = function() + require('config.flash')() + end, + }, + -- Markdown Rendering { 'MeanderingProgrammer/render-markdown.nvim', dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, ft = { 'markdown' }, - opts = {}, + opts = { + enabled = false, + }, }, -- Copilot -- cgit v1.2.3