Adding better marks manager

This commit is contained in:
Ian Roddis
2024-09-12 08:56:47 -03:00
parent 0b3e8d99d4
commit 84ea5aef3c
+7
View File
@@ -298,6 +298,13 @@ require('lazy').setup({
build = ':TSUpdate',
},
-- Marks management
{
"chentoast/marks.nvim",
event = "VeryLazy",
opts = {},
},
-- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart
-- These are some example plugins that I've included in the kickstart repository.
-- Uncomment any of the lines below to enable them.