add bookmark plugin since regular marks never delete for me

This commit is contained in:
Chris 2021-03-26 17:02:27 -04:00
parent bb31a56b48
commit 7a67d6245a
5 changed files with 20 additions and 3 deletions

2
lua/nv-bookmark/init.lua Normal file
View file

@ -0,0 +1,2 @@
vim.g.bookmark_no_default_key_mappings = 1
vim.g.bookmark_sign = ''

View file

@ -117,6 +117,9 @@ return require('packer').startup(function(use)
use 'junegunn/goyo.vim'
use 'andymass/vim-matchup'
use 'cohama/lexima.vim'
use 'MattesGroeger/vim-bookmarks'
-- use 'kshenoy/vim-signature'
-- use 'nelstrom/vim-visual-star-search'
-- TODO switch back when config support snips
-- use 'windwp/nvim-autopairs'