Files
nvim/after/plugin/marks.lua

9 lines
127 B
Lua

local status_ok, marks = pcall(require, "marks")
if not status_ok then
return
end
marks.setup {
default_mappings = true,
}