Home

Awesome

tataku-collector-buffer

The collector module for tataku.vim.

This collect from specified buffer.

Contents

Dependencies

This plugin needs:

Options

This module have some options:

Samples

let g:tataku_recipes = #{
  \   sample: #{
  \     collector: #{
  \       name: 'buffer',
  \       options: { bufname: '', start: 1, end: '$' }
  \     },
  \   }
  \ }