-
Basically running `:PlugUpdate`/`:PlugInstall` hangs my NeoVim instance. `:PlugClean`, `:PlugStatus` and `:PlugDiff` run fine. When NV hangs, the only way for me to get out of it is by killing the…
-
### Description
Doesnt look for all files in the working directory with fuzzy find files in cwd
### Neovim version
```markdown
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
```
### Ope…
-
## Problem
This problem results in a poor experience with terminal plugins for file navigation (such as fzf-lua, yazi.nvim). The problem manifests as a delay before jumping to the selected file, as s…
-
- [x] I have fzf 0.23.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/REA…
-
"Move to new file" not working with typescript-tools and [FZF Lua](https://github.com/ibhagwan/fzf-lua) Code actions.
```lua
require("typescript-tools").setup {
settings = {
tsserver_…
-
Thanks for making this it's my go to explorer currently; however, one thing is bothering me:
Sometimes I have folders with lots of files (say 10000 or more). When expanding such folders vim becomes u…
-
zsh does not redraw my prompt when I jump with fzf. Does anyone else have the same problem?
Look how fzf ensures the prompt is redrawn after https://github.com/junegunn/fzf/blob/3c09c77269d848f5e7…
trbjo updated
2 months ago
-
I'm using NixOS with Neovim. Installing telescope-fzf-native.nvim by the following `telescope.lua` file:
```lua
local status_ok, telescope = pcall(require, "telescope")
if not status_ok then
ret…
-
Hi,
I maintain the [`fzf-lua`](https://github.com/ibhagwan/fzf-lua) neovim plugin, the plugin relies heavily on processing commands with a headless neovim instance, this seems to segfault the neovi…
-
I opted to use telescope as a default since it's probably the most popular, but I know that there's also:
* https://github.com/ibhagwan/fzf-lua
* https://github.com/echasnovski/mini.pick?tab=readm…