Skip to content

Neovim Plugin to show paragraph numbers for writing in vim

License

Notifications You must be signed in to change notification settings

dmadisetti/paragraph-number.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paragraph-number.vim

Paragraph centered line numbering for efficient writing.

Best served with Goyo.vim and limelight.vim. Works on 256-color terminal or on GVim.

It's subtle, but nice way to refer to a given sentence or paragraph.

Warning Kinda broken? - but works for me. Use at your own risk.

Usage

  • :ToggleParagraphNumber

Styling

You'll probably want something like:

:highlight CursorLineNR ctermbg=236 ctermfg=240
:highlight Hidden ctermbg=234 ctermfg=234
:highlight LineNum ctermbg=234 ctermfg=238
:set signcolumn=yes:5
:set cursorline
:set number

Installation

With Plug,

Plug 'dmadisetti/paragraph-number.vim', { 'do': ':UpdateRemotePlugins',  'for': ['markdown', 'tex'] }

License

MIT

About

Neovim Plugin to show paragraph numbers for writing in vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages