Giter VIP home page Giter VIP logo

vim-sentencer's Introduction

vim-sentencer

Build Status

One sentence per line and wrap long lines.

  • Format text using gq with set formatexpr=sentencer#Format() or :[range]Sentencer.
  • Force words to appear on the same line by "binding" them with :SentencerBind.

Configuration

Variable Description Default
g:sentencer_punctuation The characters to recognize as sentence ending punctuation. '.!?'
g:sentencer_ignore A list of patterns that when followed by punctuation should not break the line. ['e.g', 'Dr', ...] (full list)
g:sentencer_textwidth The maximum line length before wrapping. Set to 0 to use &textwidth and -1 to disable. 0
g:sentencer_overflow The number of allowed characters over the max length before wrapping. Or, as a float, the percent of the max length to allow before wrapping. 0.1
g:sentencer_filetypes The filetypes to automatically set formatexpr. Use ['*'] to enable for all filetypes. ['markdown', 'tex', 'text']

Lists

Line-wrapping lists is supported if the n flag is set in 'formatoptions'. Lists are recognized using the 'formatlistpat' option. For example, the following options recognize Markdown lists.

set formatoptions+=n
let &formatlistpat='^\s*\d\+\.\s\+\|^\s*[-*+]\s\+\|^\[^\ze[^\]]\+\]:'

vim-sentencer's People

Contributors

whonore avatar simpsoneric avatar tomtomjhj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.