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
@@ -0,0 +1,5 @@
require'marks'.setup {
default_mappings = true,
signs = true,
mappings = {}
}