Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка при обработке int.vim #11

Open
BaltsevichDanil opened this issue Sep 6, 2022 · 3 comments
Open

Ошибка при обработке int.vim #11

BaltsevichDanil opened this issue Sep 6, 2022 · 3 comments

Comments

@BaltsevichDanil
Copy link

При запуске nvim выползает такая ошибка:
строка 372: E5108: Error executing lua [string ":lua"]:1: module 'autosave' not found: no field package.preload['autosave'] no file './autosave.lua' no file '/opt/homebrew/share/luajit-2.1.0-beta3/autosave.lua' no file '/usr/local/share/lua/5.1/autosave.lua' no file '/usr/local/share/lua/5.1/autosave/init.lua' no file '/opt/homebrew/share/lua/5.1/autosave.lua' no file '/opt/homebrew/share/lua/5.1/autosave/init.lua' no file './autosave.so' no file '/usr/local/lib/lua/5.1/autosave.so' no file '/opt/homebrew/lib/lua/5.1/autosave.so' no file '/usr/local/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'require' [string ":lua"]:1: in main chunk

Попробовал удалить модуль autosave, тогда запускается без ошибок, но тема почему-то не применяется, все черно-белое.

@Mozheykin
Copy link

При запуске nvim выползает такая ошибка: строка 372: E5108: Error executing lua [string ":lua"]:1: module 'autosave' not found: no field package.preload['autosave'] no file './autosave.lua' no file '/opt/homebrew/share/luajit-2.1.0-beta3/autosave.lua' no file '/usr/local/share/lua/5.1/autosave.lua' no file '/usr/local/share/lua/5.1/autosave/init.lua' no file '/opt/homebrew/share/lua/5.1/autosave.lua' no file '/opt/homebrew/share/lua/5.1/autosave/init.lua' no file './autosave.so' no file '/usr/local/lib/lua/5.1/autosave.so' no file '/opt/homebrew/lib/lua/5.1/autosave.so' no file '/usr/local/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'require' [string ":lua"]:1: in main chunk

Попробовал удалить модуль autosave, тогда запускается без ошибок, но тема почему-то не применяется, все черно-белое.

☝ плагин Autosave переехал и теперь значится как auto-save.nvim

@cer2891
Copy link

cer2891 commented Nov 7, 2023

Плагины установил, в куча ошибок все равно:
Обнаружена ошибка при обработке /home/cer/.config/nvim/init.vim:
строка 257:
E5105: Error while calling lua chunk: [string ""]:2: attempt to index field 'o' (a nil value)
строка 371:
E5105: Error while calling lua chunk: ...e/cer/.vim/plugged/auto-save.nvim/lua/auto-save/init.lua:17: attempt to call field 'nvim_create_augroup' (a nil value)
строка 376:
E5105: Error while calling lua chunk: ...lugged/telescope.nvim/lua/telescope/_extensions/init.lua:10: 'fzf' extension doesn't exist or isn't installed: /home/cer/.vim/plugged/plenary.nvim/lua/plenary/path.lua:19: attempt to index field 'loop' (a nil value)

@cer2891
Copy link

cer2891 commented Nov 7, 2023

Похоже вот этот блок не работает:

lua << EOF
EOF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants