From 84ea5aef3cbcfd6a98df392ecab0aaa4e1b94fd7 Mon Sep 17 00:00:00 2001 From: Ian Roddis <31021769+iroddis@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:56:47 -0300 Subject: [PATCH] Adding better marks manager --- init.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.lua b/init.lua index fb1634f..714d923 100644 --- a/init.lua +++ b/init.lua @@ -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.