diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-15 15:26:09 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-15 15:26:09 +0800 |
| commit | c929e7ecf10417875b5080f1f773c2a8ae696308 (patch) | |
| tree | 1243b399da3e30e64c21cc1021f1f0b166383cc5 /lua/plugins/init.lua | |
| parent | 12f670c8084d1e08d38dba1ada02b021e750bb62 (diff) | |
Add marks.nvim for visual mark indicators
Diffstat (limited to 'lua/plugins/init.lua')
| -rw-r--r-- | lua/plugins/init.lua | 7 |
1 files changed, 7 insertions, 0 deletions
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', |
