You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not tested with mini.sh (not relevant, requires LSP, Windows, etc)
Fzf-lua configuration
require('fzf-lua').setup({
})
Describe the bug / steps to reproduce
Enter a particular project. Trigger Fzflua files with a keybinding. Type in any number, 1-9, in the searchbox. The following error is shown inside the searchbox: ~/D/M/doltonius.squig.link/Assertion failed: (idx < glyph_cache.h.n_keys), function schar_get_adv, file grid.c, line 167.
Note that this is only observed in one particular directory.
It also only happens when the query starts with a number. If the first character is a letter, then entering numbers after that will not produce the error.
For some reason, mini.sh fails to run, it says nvim not found. Maybe because I am using asdf to manage nvim versions.
The text was updated successfully, but these errors were encountered:
Is the project where this happens public by any chance so I can test it myself?
Can you try with this after running :FzfLua profiles and select max-perf?
For some reason, mini.sh fails to run, it says nvim not found. Maybe because I am using asdf to manage nvim versions.
RTFM Checklist
man fzf
/ I am well versed in shell fzfOperating system
Mac
Shell
fish
Neovim version (
nvim --version
)v0.11.0-dev-1484+g9b7905df16
Fzf version (
fzf --version
)0.57.0 (brew)
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))
--color=bg+:#313244,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 --color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc --color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8 --cycle --height=90% --preview-window=wrap --marker="*"
Is the problem reproducible with
mini.sh
?mini.sh
mini.sh
mini.sh
(not relevant, requires LSP, Windows, etc)Fzf-lua configuration
Describe the bug / steps to reproduce
Enter a particular project. Trigger
Fzflua files
with a keybinding. Type in any number, 1-9, in the searchbox. The following error is shown inside the searchbox:~/D/M/doltonius.squig.link/Assertion failed: (idx < glyph_cache.h.n_keys), function schar_get_adv, file grid.c, line 167.
Note that this is only observed in one particular directory.
It also only happens when the query starts with a number. If the first character is a letter, then entering numbers after that will not produce the error.
For some reason,
mini.sh
fails to run, it saysnvim
not found. Maybe because I am usingasdf
to managenvim
versions.The text was updated successfully, but these errors were encountered: