summaryrefslogtreecommitdiffstats
path: root/after/plugin/marks.lua
blob: be51c58e4052fc71cd8adb9f2bea3f3e1bebba13 (plain) (blame)
1
2
3
4
5
6
7
8
9
local status_ok, marks = pcall(require, "marks")
if not status_ok then
	return
end

marks.setup {
  default_mappings = true,
  builtin_marks = nil,
}