adding in custom plugin marks

This commit is contained in:
Arjun Patel
2023-02-03 12:47:49 -06:00
parent 6b45f994df
commit 94feee9915
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -319,6 +319,11 @@ local astro_plugins = {
setup = function() astronvim.lazy_load_commands("neovim-session-manager", "SessionManager") end,
config = function() require "configs.session_manager" end,
},
-- Marks - for custom marks
['chentoast/marks.nvim'] = {
cmd = "Marks"
},
}
if astronvim.updater.snapshot then