linrongbin16 / fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.
https://linrongbin16.github.io/fzfx.nvim/
MIT License
114 stars 5 forks source link

Hook in the theme compile function? #602

Closed savchenko closed 6 months ago

savchenko commented 6 months ago

Running :KanagawaCompile, the following error message is returned:

Error executing luv callback:
...l/share/nvim/lazy/fzfx.nvim/lua/fzfx/commons/fileios.lua:394: failed to open(w) file "/home/user/.config/bat/themes/FzfxNvim/home/user/Shares/userCode/foo/bar/debian/roles/
dotfiles/files/nvim/lua/addons/themesLua.tmTheme": "ENOENT: no such file or directory: /home/user/.config/bat/themes/FzfxNvim/home/user/Shares/userCode/foo/bar/debian/roles/do
tfiles/files/nvim/lua/addons/themesLua.tmTheme"
stack traceback:
        [C]: in function 'error'
        ...l/share/nvim/lazy/fzfx.nvim/lua/fzfx/commons/fileios.lua:394: in function <...l/share/nvim/lazy/fzfx.nvim/lua/fzfx/commons/fileios.lua:392>

With fzfx disabled, the same command executes normally.

linrongbin16 commented 6 months ago

hi @savchenko , this issue is fixed in #606 . please pull main branch and try again.