Omochice / tataku-collector-current_line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tataku-collector-current_line

The tataku.vim module that collect from current line.

Installation

Use your favorite plugin manager.

  • vim-plug
    Plug 'Omochice/tataku-collector-current_line'
  • dein.vim
    call dein#add('Omochice/tataku-collector-current_line')
  • vim-jetpack
    Jetpack 'Omochice/tataku-collector-current_line'

Options

This module provides no options.

Samples

let g:tataku_recipes = {
	\ 'sample': {
		\ 'collector': {'name': 'current_line', 'options': {}},
		...

License

MIT License

About

License:MIT License


Languages

Language:TypeScript 100.0%