Closed bryant-the-coder closed 2 years ago
This error came out when use {"kyazdani42/nvim-tree.lua", cmd = "NvimTreeToggle", opt = true}
Did you run PackerSync and confirm it's not a nvim-tree issue?
I did... It is not. I will reply once the cleaning of a flash flood is over at my area. I m using github on mobile btw... Take care and stay safe
I will reply once the cleaning of a flash flood is over at my area
ohh hopefully you're safe .
Still can't
@bryant-the-coder Can you try the code bellow.
use {"kyazdani42/nvim-tree.lua", cmd = "NvimTreeToggle", opt = true, config = function() require'nvim-tree'.setup {} end}
tbh i fixed this like long ago lol
how did you fix it, I am trying astronvim installation and facing similar issue with polish:
Error detected while processing /home/auser/.config/nvim/init.lua: E5113: Error while calling lua chunk: /home/auser/.config/nvim/init.lua:19: module 'polish' not found: no field package.preload['polish'] cache_loader: module polish not found cache_loader_lib: module polish not found no file './polish.lua' no file '/home/auser/neovim/.deps/usr/share/luajit-2.1/polish.lua' no file '/usr/local/share/lua/5.1/polish.lua' no file '/usr/local/share/lua/5.1/polish/init.lua' no file '/home/auser/neovim/.deps/usr/share/lua/5.1/polish.lua' no file '/home/auser/neovim/.deps/usr/share/lua/5.1/polish/init.lua' no file './polish.so' no file '/usr/local/lib/lua/5.1/polish.so' no file '/home/auser/neovim/.deps/usr/lib/lua/5.1/polish.so' no file '/usr/local/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'require' /home/auser/.config/nvim/init.lua:19: in main chunk
Error:
my packer conf: