Omochice / tataku-processor-split_by_displaywidth

tataku-processor-split_by_displaywidth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tataku-processor-split_by_displaywidth

The tataku.vim module that split strings using by vital.vim

dependencies

This plugin needs below:

options

This module provides below options:

  • width

    Width for splitting.

  • float

    The horizontal alignment of the text.

    This option is must be "left" | "center" | "right"

    default: "left"

  • is_wrap

    Considers line feed(LF) and does not consider wrap.

    default: v:true

samples

let g:tataku_recipes = #{
  \ sample: #{
    ...
    \ processor: #{
      \ name: 'split_by_displaywidth',
      \ options: #{ 
        \ width: &columns,
        \ float: "left",
      \ }},
    ...

About

tataku-processor-split_by_displaywidth


Languages

Language:Vim Script 96.5%Language:TypeScript 3.5%