diff options
author | Chris <[email protected]> | 2021-03-26 17:02:27 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-26 17:02:27 -0400 |
commit | 7a67d6245af26c7ef6d5af87505353221df10e53 (patch) | |
tree | 24ad135f95468e62779faf948303cf5148a0c5f3 /lua/nv-bookmark | |
parent | bb31a56b486843e6364b7cb0fd3a3486eb242080 (diff) |
add bookmark plugin since regular marks never delete for me
Diffstat (limited to 'lua/nv-bookmark')
-rw-r--r-- | lua/nv-bookmark/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/nv-bookmark/init.lua b/lua/nv-bookmark/init.lua new file mode 100644 index 00000000..1f729bc8 --- /dev/null +++ b/lua/nv-bookmark/init.lua @@ -0,0 +1,2 @@ +vim.g.bookmark_no_default_key_mappings = 1 +vim.g.bookmark_sign = '' |