Omochice / tataku-collector-buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • bufname

    Used as argument of bufnr. Default: "" (current buffer)

  • start

    Start line number to collect lines. Default: 1

  • end

    Start line number to collect lines. Default: "$"

Samples

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

About


Languages

Language:TypeScript 100.0%