lmburns / lf.nvim

Lf file manager for Neovim (in Lua)
MIT License
98 stars 12 forks source link

Error: attempt to index upvalue 'fs' (a nil value) #2

Closed pockethook closed 2 years ago

pockethook commented 2 years ago

The plugin seems to work fine, but I get the following error when I run :Lf:

Error executing vim.schedule lua callback: ...hare/nvim/site/pack/packer/start/lf.nvim/lua/lf/main.lua:265: attempt to index upvalue 'fs' (a nil value) stack traceback: ...hare/nvim/site/pack/packer/start/lf.nvim/lua/lf/main.lua:265: in function '' vim/_editor.lua: in function '' vim/_editor.lua: in function <vim/_editor.lua:0>

lmburns commented 2 years ago

I used the newer fs module that has been added to neovim nightly but I didn't check whether or not the user had it.

I will be home before too long and will fix this. Sorry for the inconvenience

lmburns commented 2 years ago

Should be fixed with 6669d6a. Reopen an issue if there are any other problems.