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.