mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 18:44:52 +02:00
add bookmark plugin since regular marks never delete for me
This commit is contained in:
parent
bb31a56b48
commit
7a67d6245a
5 changed files with 20 additions and 3 deletions
2
lua/nv-bookmark/init.lua
Normal file
2
lua/nv-bookmark/init.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
vim.g.bookmark_no_default_key_mappings = 1
|
||||
vim.g.bookmark_sign = ''
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue