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/plugins.lua | |
parent | bb31a56b486843e6364b7cb0fd3a3486eb242080 (diff) |
add bookmark plugin since regular marks never delete for me
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 48c3413e..4b2260a3 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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' |