The tataku.vim module that split strings using by vital.vim
This plugin needs below:
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
let g:tataku_recipes = #{
\ sample: #{
...
\ processor: #{
\ name: 'split_by_displaywidth',
\ options: #{
\ width: &columns,
\ float: "left",
\ }},
...