Omochice / tataku-emitter-nvim_floatwin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tataku-emitter-nvim_floatwin

The emitter module that use nvim floatwin for tataku.vim.

Contents

Dependencies

This plugin needs below:

Options

This module has some options:

  • autoclose

    Close automaticaly when move cursor. Default: v:true

  • border

    Border setting for float window. This should be string(ref: nvim_open_win) or dictionary that have below keys:

[
	"topleft", "top", "topright", "right",
	"bottomright", "bottom", "bottomleft", "left",
]

Samples

let g:tataku_recipes = #{
  \   sample: #{
  \     emitter: #{
  \       name: 'nvim_floatwin',
  \       options: #{ border: 'single', autoclose: v:true, },
  \     },
  \   },
  \ }

About

License:MIT License


Languages

Language:Vim Script 63.1%Language:TypeScript 36.9%