You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with my limited knowledge I decide to attempt to import the autocompletion code provided to lua, which didn't seem that hard since I had already setup some autocommand stuff
unfortunately this gave me an error when trying to load nvim
Error detected while processing /home/jan-sopi/.config/nvim/init.lua:
E5113: Error while calling lua chunk: vim/_init_packages.lua:0: /home/jan-sopi/.config/nvim/lua/general.lua:18: unfinished string near '"autocmd User asyncomplete_setup call asyncomplete#register_source({'
stack traceback:
[C]: in function 'error'
vim/_init_packages.lua: in function <vim/_init_packages.lua:0>
[C]: in function 'require'
/home/jan-sopi/.config/nvim/init.lua:1: in main chunk
so yeah, I'm not sure what's wrong since there doesn't appear to be any "unfinished string". did anyone manage to import the script to lua and if so what did I do wrong?
The text was updated successfully, but these errors were encountered:
with my limited knowledge I decide to attempt to import the autocompletion code provided to lua, which didn't seem that hard since I had already setup some autocommand stuff
unfortunately this gave me an error when trying to load nvim
so yeah, I'm not sure what's wrong since there doesn't appear to be any "unfinished string". did anyone manage to import the script to lua and if so what did I do wrong?
The text was updated successfully, but these errors were encountered: