From 10e8be0e637a379f80f4181a0bee98a711a9ec90 Mon Sep 17 00:00:00 2001 From: bhagwan Date: Thu, 30 Jun 2022 15:34:26 -0700 Subject: [PATCH] chore: generated vimdoc from README --- doc/fzf-lua.txt | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/doc/fzf-lua.txt b/doc/fzf-lua.txt index 9d89af8..4379b80 100644 --- a/doc/fzf-lua.txt +++ b/doc/fzf-lua.txt @@ -11,8 +11,8 @@ Customization <#customization> • Wiki Demo -fzf changed my life, it can change yours -too, if you allow it. +fzf changed my command life, it can change +yours too, if you allow it. ------------------------------------------------------------------------------ @@ -38,9 +38,8 @@ shiny fuzzy finders for neovim. WHY FZF-LUA *fzf-lua-why-fzf-lua* -... and not, to name a few, telescope - or vim-clap -? +... and not telescope or +any other vim/neovim household name? As @junegunn himself put it, “because you can and you love `fzf`”. @@ -291,10 +290,15 @@ NVIM-DAP *fzf-lua-nvim-dap* CUSTOMIZATION *fzf-lua-customization* -I tried to make it as customizable as possible, if you find you need to change -something that isn’t below, open an issue and I’ll do my best to add it. + **ADVANCED CUSTOMIZATION : + to create your own fzf-lua commands see Wiki/ADVANCED + ** -customization can be achieved by calling the `setup()` function or +I tried to make this plugin as customizable as possible, if you find you need +to change something that isn’t below, open an issue and I’ll do my best to +add it. + +Customization can be achieved by calling the `setup()` function or individually sending parameters to a builtin command, for example: > @@ -336,7 +340,7 @@ Consult the list below for available settings: cursor = 'Cursor', -- cursor highlight (grep/LSP matches) cursorline = 'CursorLine', -- cursor line cursorlinenr = 'CursorLineNr', -- cursor line number - search = 'IncSearch', -- search matches (ctags) + search = 'IncSearch', -- search matches (ctags|help) -- title = 'Normal', -- preview border title (file/buffer) -- scrollbar_f = 'PmenuThumb', -- scrollbar "full" section highlight -- scrollbar_e = 'PmenuSbar', -- scrollbar "empty" section highlight @@ -856,7 +860,7 @@ and plugin codes that I probably forgot where I found some samples from so if I missed your name feel free to contact me and I'll add it below: - @vijaymarupudi for his wonderful - nvim-fzf plugin which is in the + nvim-fzf plugin which is at the core of this plugin - @tjdevries for too many great things to list here and for borrowing some of his nvim-telescope @@ -874,4 +878,4 @@ I missed your name feel free to contact me and I'll add it below: as baseline for the builtin previewer and his must have plugin nvim-bqf -vim:tw=78:ts=8:ft=help:norl: +vim:tw=78:ts=8:ft=help:norl: \ No newline at end of file