This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
How can I use "nvim-lsp-installer.health".check? #769
Answered
by
williamboman
joaothallis
asked this question in
Q&A
-
In my require("nvim-lsp-installer.health").check() Error when I open Error detected while processing /home/joao/.config/nvim/init.lua:
E5113: Error while calling lua chunk: Vim(let):E121: Undefined variable: s:output
stack traceback:
[C]: in function 'health#report_start'
/usr/share/nvim/runtime/lua/health.lua:4: in function 'report_start'
...vim-lsp-installer/lua/nvim-lsp-installer/health/init.lua:122: in function 'check'
/home/joao/.config/nvim/init.lua:99: in main chunk
Press ENTER or type command to continue |
Beta Was this translation helpful? Give feedback.
Answered by
williamboman
Jun 10, 2022
Replies: 1 comment
-
You're not supposed to import that file yourself, it's done by Neovim when running |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joaothallis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're not supposed to import that file yourself, it's done by Neovim when running
:checkhealth
!