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:
-
autoclose
Close automaticaly when move cursor. Default:
v:true
-
border
Border setting for float window. This should be
string
(ref: nvim_open_win) ordictionary
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, },
\ },
\ },
\ }