~ashie/showmarks.vim

Visually shows the location of marks.
style: use lowercase name for sign group
chore: update 'minimal/pack/vendor/start/showmarks.vim'
chore: update 'minimal/pack/vendor/start/pydoc.vim'

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ashie/showmarks.vim
read/write
git@git.sr.ht:~ashie/showmarks.vim

You can also use your local clone with git send-email.

#Yet Another ShowMarks Plugin

#Setup

To set up showmarks.vim in VimL you can do either of these:

let g:showmarks_autoload = 1
call showmarks#setup()

And from lua you can:

vim.g.showmarks_autoload = 1
vim.fn['showmarks#setup']()
require('showmarks').setup()

#Docs

TODO

#Reference