Home

Awesome

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:

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

Samples

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