adding in custom plugin marks
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
require'marks'.setup {
|
||||||
|
default_mappings = true,
|
||||||
|
signs = true,
|
||||||
|
mappings = {}
|
||||||
|
}
|
||||||
@@ -319,6 +319,11 @@ local astro_plugins = {
|
|||||||
setup = function() astronvim.lazy_load_commands("neovim-session-manager", "SessionManager") end,
|
setup = function() astronvim.lazy_load_commands("neovim-session-manager", "SessionManager") end,
|
||||||
config = function() require "configs.session_manager" end,
|
config = function() require "configs.session_manager" end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- Marks - for custom marks
|
||||||
|
['chentoast/marks.nvim'] = {
|
||||||
|
cmd = "Marks"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
if astronvim.updater.snapshot then
|
if astronvim.updater.snapshot then
|
||||||
|
|||||||
Reference in New Issue
Block a user