- Notifications
You must be signed in to change notification settings - Fork0
fzf-lua integration for asynctasks
License
NotificationsYou must be signed in to change notification settings
deathmaz/fzf-lua-asynctasks
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
fzf-lua integration forasynctasks
fzf-lua andasynctasksshould be installed, plese follow their installation instructions.
With packer:
use {'deathmaz/fzf-lua-asynctasks',config=function()require('fzf-lua-asynctasks').setup({-- write fzf-lua config here if needed })end}
vim.keymap.set('n','\\t',function()fzf_lua.asynctasks()end, {noremap=true,silent=true })vim.keymap.set('n','\\t','<cmd>FzfLua asynctasks<CR>', {noremap=true,silent=true })
or
:FzfLua asynctasksRefer tofzf-lua for configuration explanation
Default configuration:
{actions= { ['default']=require('fzf-lua-asynctasks').default_action },fzf_opts= { ["--no-multi"]='', ["--nth"]='1', },winopts= {height=0.6,width=0.6, }}About
fzf-lua integration for asynctasks
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
