-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many things broken after the latest update #247
Comments
Seems like all are related to the same issue, can you post your config so I can try it out? make_entry.lua:106: attempt to index field 'file_icon_colors' |
I comment out the
|
Found the issue, it's all in one place causing all of this mess, will have a fix soon. |
@ibhagwan Thank you! |
Can you try now?
Edit: everything should be working now. |
@ibhagwan Some problem remains on No-problem-now list:
|
So is everything is working aside from I'm not sure I understand from the screenshot what seems to be the problem with |
Yes!
If I type
@ibhagwan Updated: No problem when I set |
Does regular I'd still like to have everything working with This is the entire code for M.files_resume = function(opts)
opts = config.normalize_opts(opts, config.globals.files)
if not opts then return end
if opts._is_skim then
utils.info("'files_resume' is not supported with 'sk'")
return
end
local raw_act = shell.raw_action(function(args)
last_query = args[1]
end, "{q}")
opts.fzf_opts['--query'] = vim.fn.shellescape(last_query)
opts._fzf_cli_args = ('--bind=change:execute-silent:%s'):
format(vim.fn.shellescape(raw_act))
return M.files(opts)
end |
Both failed as the img shown.
Sorry that I didn't test |
Ok, it makes sense then, something isn't right with the external neovim command. Would you mind helping me debug this? if you run If it doesn't work, paste the command here and we can try and tweak it and see why it fails. Btw, you don't need to add |
I got:
Yes! Many(40,000+) lines are printed out in the terminal and I think this is all the files (with those options regarded) inside my
I add |
That's exactly what should happen, the command processes the files, adds the icons and pipes it to fzf without fzf knowing this is actually neovim. The fact this is working fine for you means that theoretically Due to the issues you experienced I reset the default to |
Closed the issue for now since the default is |
The command shortcuts I'm using:
And the status for each of them(
V
means work,X
means buggy):The error by running
<cmd>lua require("fzf-lua").buffers()<CR>
:And for both
files
andfiles_resume
there is no error message. But each looks like:files
:files_resume
:For
oldfiles
the cursor is not focused:And the error message when trigger
oldfiles
with dashboard.nvim:If I press
<ESC>
to try to close the floating window ofoldfiles
(as it used to work) I got:The text was updated successfully, but these errors were encountered: