lewis6991 / impatient.nvim

Improve startup time for Neovim
MIT License
1.19k stars 28 forks source link

Error loading so file '=' expected #66

Closed kkharji closed 2 years ago

kkharji commented 2 years ago

packer.nvim: Error running config for xbase: .../site/pack/packer/start/impatient.nvim/lua/impatient.lua:254: .../share/nvim/site/pack/packer/start/xbase/lua/libxbase.so:1: '=' expected

No sure why this is started happening tired previous commits but still I'd face the same error msg,

any ideas?

NVIM v0.8.0-dev                                                                                                          
Build type: Release                                                                                                      
LuaJIT)2.1.0-beta3                                                                                                       
Compiled by _nixbld4                                                                                                     

Features: +acl +iconv +tui                                                                                               
See ":help feature-compile"                                                                                              

   system vimrc file: "$VIM/sysinit.vim"                                                                                 
  fall-back for $VIM: "                                                                                                  
/nix/store/4865ii104xiwb9ycz4fh6h3z3bjvcdvl-neovim-unwrapped-master/share/nvim                                           
"                                                                                                                        
lewis6991 commented 2 years ago

No idea. Please provide a testcase.

lewis6991 commented 2 years ago

Closing until more information/testcase is provided

fitrh commented 2 years ago

Looks like the problem is trying to cache the lua bytecode (.so file), I reproduced it while using shaunsingh/oxocarbon.nvim