issues
search
vijaymarupudi
/
nvim-fzf
A Lua API for using fzf in neovim.
MIT License
340
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow to specify width, height to 'max'
#59
andreypopp
closed
3 weeks ago
1
Change license to MIT
#58
Roniyahe54
closed
1 month ago
11
if fzf_cmd_args not nil, add space before and after to fzf_cmd_args
#57
Song-Tianxiang
closed
6 months ago
1
Add space before and after fzf.fzf() `fzf_cmd_args`
#56
Song-Tianxiang
closed
6 months ago
0
fzf.fzf() cannot correct process fzf_cli_args
#55
Song-Tianxiang
closed
6 months ago
5
Execute Cmd line transformer into a separate nvim instance
#54
asmodeus812
opened
9 months ago
7
Wrap fzf command to always go through cmd on windows
#53
pynappo
closed
1 year ago
5
Sequence of fzf windows example?
#52
cpkio
opened
1 year ago
1
feat: add support for floating window titles
#51
anthony-S93
closed
1 year ago
1
Crash when closing window
#50
p3rl
closed
1 year ago
1
fix: nullify 'env' when no initial command is set
#49
ibhagwan
closed
2 years ago
3
use 'FZF_DEFAULT_COMMAND' instead of shell piping
#48
ibhagwan
closed
2 years ago
2
nvim binary: use 'vim.v.progpath' instead of 'vim.v.argv[1]'
#47
ibhagwan
closed
2 years ago
8
Add space after colorscheme command in colorscheme picker example
#46
frabjous
closed
2 years ago
1
shell action helper nvim 0.8 compatibility
#45
ibhagwan
closed
2 years ago
6
Fzf-lua no longer dependent on nvim-fzf
#44
ibhagwan
closed
2 years ago
2
Performance issue: small delay between the command and its output
#43
gbrlsnchs
closed
3 years ago
14
Add an option to remove '\n' from `uv.fs_write` calls
#42
ibhagwan
closed
3 years ago
17
Pipe closes prematurely when using function in as 'contents' parameter with 'raw_fzf'
#41
ibhagwan
closed
3 years ago
6
Fixed: pipe init string; FZF cli arguments positioning in `command`
#40
cpkio
closed
3 years ago
1
cmd_line_transformer: check for nil data when concatenating previous line
#39
ibhagwan
closed
3 years ago
3
added cb function to return pid from 'cmd_line_transformer'
#38
ibhagwan
closed
3 years ago
5
Running a sample code produces error in Windows
#37
cpkio
closed
3 years ago
17
raw_fzf to return process exit_code
#36
ibhagwan
closed
3 years ago
2
Potential bug in `cmd_line_transformer`?
#35
ibhagwan
closed
3 years ago
3
Since Windows support was added pipe not closing properly
#34
ibhagwan
closed
3 years ago
7
LibUV and Windows support: why not `uv.pipe_`?
#33
cpkio
closed
3 years ago
1
Potential race condition bug inside `choices_to_shell_cmd_previewer`
#32
ibhagwan
closed
3 years ago
7
Improve performance of cmd_line_transformer
#31
jdrouhard
closed
3 years ago
3
added fzf_field_expression to choices_to_shell_cmd_previewer
#30
ibhagwan
closed
3 years ago
1
Selecting an item makes preview action send selected item and not highlighted item
#29
ibhagwan
closed
3 years ago
3
Error executing lua: [string "<nvim>"]:8: attempt to call local 'usr_func' (a nil value)
#28
ibhagwan
closed
3 years ago
11
Assertion sometimes called when used with skim
#27
ibhagwan
closed
3 years ago
2
What are the highlight groups for the floating window?
#26
mhanberg
closed
3 years ago
2
broken fzf preview with aliased nvim
#25
ucan35
closed
3 years ago
10
Add the ability to spawn the fzf process from an arbitrary working directory
#24
jdrouhard
closed
3 years ago
7
[Feature Request] async raw_action to feed `change:reload` events
#23
ibhagwan
closed
3 years ago
5
Handle receiving data in the read callback with no newlines
#22
jdrouhard
closed
3 years ago
0
Passing `--select-1` to fzf CLI argument does not work as expected
#21
haphamdev
closed
3 years ago
4
fix for issue#19, added false to uv.new_pipe() everywhere
#20
ibhagwan
closed
3 years ago
1
async_action fails with neovim release 0.5
#19
ibhagwan
closed
3 years ago
2
finer control on action|raw_action filespec
#18
ibhagwan
closed
3 years ago
27
skim compatability: FZF_PREVIEW_LINES|FZF_PREVIEW_COLUMNS
#17
ibhagwan
closed
3 years ago
2
allow the user to set different fzf binary
#16
ibhagwan
closed
3 years ago
16
libuv new_pipe, spawn missing arguments
#15
ibhagwan
closed
3 years ago
1
libuv new_ pipe and spawn fails with certain nvim releases
#14
ibhagwan
closed
3 years ago
0
Add option to specify custom border chars
#13
ibhagwan
closed
3 years ago
2
nvim-fzf doesn't respect fzf options set from neovim
#12
monkoose
closed
3 years ago
4
Add logic to use a list of dictionaries
#11
baldore
closed
3 years ago
4
Can be a drop-in replace for the official fzf.vim plugin?
#10
Mte90
closed
3 years ago
2
Next