You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
my-nvim-lua/plugin/globals.vim

12 lines
326 B
VimL

" sneak
" let g:sneak#s_next=1
" let g:sneak#use_ic_scs=1
" MattesGroeger/vim-bookmarks
let g:bookmark_sign = ''
let g:bookmark_annotation_sign = ''
let g:bookmark_no_default_key_mappings = 1
let g:bookmark_highlight_lines = 0
let g:bookmark_auto_save = 1
let g:bookmark_auto_save_file = stdpath('data') . '/bookmarks'