Closed Tgist1024 closed 1 year ago
Can't repo, but you can try :UpdataRemotePlugins
Tried, but still did not work.
I have same error
check :messages nvim-data/site/lazy/wilder.nvim/lua/wilder/internal.lua:4: loop or previous error loading module 'fzy-lua-native'
Got it, thanks. My error messages have a little different:
..share/nvim/site/lazy/wilder.nvim/lua/wilder/internal.lua:4: in function <...share/nvim/site/lazy/wilder.nvim/lua/wilder/internal.lua:3> function: builtin#18 ...share/n
vim/site/lazy/wilder.nvim/lua/wilder/internal.lua:4: attempt to index a boolean value
It seems to be an upstream error but found no similar issue in wilder.nvim, and that plugin looks like stop developing now.
Sorry, I can't reproduce it on my machine.
I don't know any better solutions than rm -fr ~/.local/share/nvim/site/lazy/wilder.nvim
and then nvim
.
try
runtime! vim/rtp.vim
UpdateRemotePlugins
Thanks for all your advice!
I decide to take a while to find an alternative to wilder.nvim
because this seems just individual circumstances.
I ran intot this issue b4. Maybe it has something to do with using fzf-native-lua
. I notice that when I remove the pipeline setup, the error went away.
@Tgist1024 I got similar warning, I remove all plugin(rm -rf ~/.local/share/nvim/*
) and reload again.
The problem disappears. I think you can try it.
@Tgist1024 I got similar warning, I remove all plugin(
rm -rf ~/.local/share/nvim/*
) and reload again. The problem disappears. I think you can try it.
Actually, I have tried this many times before.
I ran intot this issue b4. Maybe it has something to do with using
fzf-native-lua
. I notice that when I remove the pipeline setup, the error went away.
It just works! Thank you!
This should be an upstream issue. Current workaround is to change return require('.init')
in ~/.local/share/nvim/site/lazy/fzy-lua-native/lua/fzy-lua-native.lua
to return require('init')
(remove that period .
).
Looks like this is an issue related to native rtp
. Maybe someone will be interested in looking into this weird behavior?
cc @nkta3m @HATTER-LONG @Tgist1024 @Yan-weihao @aarnphm
This should be an upstream issue. Current workaround is to change
return require('.init')
in~/.local/share/nvim/site/lazy/fzy-lua-native/lua/fzy-lua-native.lua
toreturn require('init')
(remove that period.
).Looks like this is an issue related to native
rtp
. Maybe someone will be interested in looking into this weird behavior?cc @nkta3m @HATTER-LONG @Tgist1024 @Yan-weihao @aarnphm I am surprised that there is nothing in this file of mine
This should be an upstream issue. Current workaround is to change
return require('.init')
in~/.local/share/nvim/site/lazy/fzy-lua-native/lua/fzy-lua-native.lua
toreturn require('init')
(remove that period.
).这应该是一个上游问题。当前的解决方法是将~/.local/share/nvim/site/lazy/fzy-lua-native/lua/fzy-lua-native.lua
中的return require('.init')
更改为return require('init')
(删除句点return require('.init')
)。Looks like this is an issue related to native
rtp
. Maybe someone will be interested in looking into this weird behavior?看起来这是与原生rtp
相关的问题。也许有人会对调查这种奇怪的行为感兴趣?cc @nkta3m @HATTER-LONG @Tgist1024 @Yan-weihao @aarnphm
I re-installed this plug-in, and now it has worked, thanks for your reminding,
I got the same issue after update lazy.nvim
.
Looks like this is an issue related to native
rtp
. Maybe someone will be interested in looking into this weird behavior?
I think the reason is that lazy clear the rtp
for faster startup hence causing the issue.
I have create a tmp fork and submit a PR to fzy-lua-native
.
Others can use this tmp fork for now if u don't want to edit the file. https://github.com/CharlesChiuGit/fzy-lua-native
lazy.nvim
v9.8.3 fixes this issue. ref: https://github.com/folke/lazy.nvim/issues/543 https://github.com/epwalsh/obsidian.nvim/issues/93
close the issue for now. fell free to reopen it.
Version confirmation
Following prerequisites
Neovim version
NVIM v0.8.3 Build type: Release LuaJIT 2.1.0-beta3 Compiled by builduser Features: +acl +iconv +tui
Operating system/version
Arch linux 6.1.11
Terminal name/version
kitty 0.27.1
$TERM environment variable
No response
Branch info
main (Default/Latest)
Fetch Preferences
SSH (use_ssh = true)
How to reproduce the issue
:
to input commands.Expected behavior
It should work fine.
Actual behavior
No matter what input or not, the suggestion panel just displays
No candidates found
, and tab completion also doesn't work. If I tried to tab, my input became a single0
.Additional information
No command input:
Input command like
help
:Before using
tab
to complete commands:After:
checkhealth
shows nothing wrong at all