From c929e7ecf10417875b5080f1f773c2a8ae696308 Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 15 Mar 2026 15:26:09 +0800 Subject: Add marks.nvim for visual mark indicators --- lua/plugins/init.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lua') diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 1ed53df..e5bfa35 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -136,6 +136,13 @@ return { -- Commenting 'tpope/vim-commentary', + -- Marks + { + 'chentoast/marks.nvim', + event = 'VeryLazy', + opts = {}, + }, + -- Flash (quick navigation) { 'folke/flash.nvim', -- cgit v1.2.3