Mark and show mark tools

来源:互联网 发布:discuz论坛源码下载 编辑:程序博客网 时间:2024/05/08 18:35

git clone https://github.com/alanyannick/vim-showmarks.git

 18 """"""""""""""""""""""""""""""

 19 " showmarks setting

 20 " """"""""""""""""""""""""""""""

 21 " Enable ShowMarks

 22 let showmarks_enable = 1

 23 " Show which marks

 24 let showmarks_include ="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"" Ignore help,quickfix, non-modifiablebuffers

 25 let showmarks_ignore_type= "hqm"

 26 " Hilight lower & upper marks

 27 let showmarks_hlline_lower= 1

 28 let showmarks_hlline_upper= 1


git clone https://github.com/dimasg/vim-mark.git


0 0
原创粉丝点击