-
Notifications
You must be signed in to change notification settings - Fork 0
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
backend install crashing with indent-blankline installed #53
Comments
Thanks for trying out my plugin! Also can you check if you are using neovim 0.6 (
I will make it possible to use your own install in the future once I get all bugs ironed out. |
I am not sure how to update the plugin. I use lunarvim. So I disabled and enabled the plugin. Assuming it takes the latest from the repo. Please find everything related to my nvim install . nvim -v, and :checkhealth. By the way I still get the same error
null-ls: require("null-ls.health").check()
nvim: health#nvim#checkConfiguration
Performance
Remote Plugins
terminal
nvim-lsp-installer: require("nvim-lsp-installer.health").check()nvim-lsp-installer report
nvim-treesitter: require("nvim-treesitter.health").check()Installation
Parser/Features H L F I J
Legend: H[ighlight], L[ocals], F[olds], I[ndents], In[j]ections provider: health#provider#checkClipboard (optional)
Python 2 provider (optional)
Python 3 provider (optional)
Python virtualenv
Ruby provider (optional)
Node.js provider (optional)
Perl provider (optional)
telescope: require("telescope.health").check()Checking for required plugins
Checking external dependencies
===== Installed extensions =====Telescope Extension:
|
It seems lunarvim uses Packer. You can use |
I tried that.... didn't seem to make a difference
Didn't know about packersync. so I learned something new. Thanks :) |
Took some time for me to come back to this, it is quite a strange error. It looks like you have the indent-blanklines (https://github.com/lukas-reineke/indent-blankline.nvim) plugin installed. When my plugin tries to open a new neovim split to display install progress an autocommand issues the IndentBlankLineRefresh command from the indent-blanklines plugin. For some reason it is not available in your neovim instance when my plugin runs. Could you keep my plugin removed and check if you can call the command |
This is my prosesetter.lua file
I am getting the following error
The language tool is already installed but it will still ask to be installed. Neverthless....
The text was updated successfully, but these errors were encountered: