Open prashantjoge opened 2 years ago
Thanks for trying out my plugin! I see the auto installer is giving you a bit of a problem. I recently worked on that, I have merged those changes. Could you try updating the plugin and see what happens?
Also can you check if you are using neovim 0.6 (neovim --version
)?
The language tool is already installed but it will still ask to be installed.
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
NVIM v0.6.1
Build type: Release
LuaJIT 2.0.5
Compiled by builduser
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
tar (GNU tar) 1.34
gzip 1.11
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/1.1.1m zlib/1.2.11 brotli/1.0.9 zstd/1.5.1 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.0) libssh2/1.10.0 nghttp2/1.46.0
GNU Wget 1.21.2 built on linux-gnu.
Python 3.10.1
v17.3.0
PHP 8.0.14 (cli) (built: Dec 17 2021 14:16:47) ( NTS )
go version go1.17.6 linux/amd64
Ok
Ok
pip 21.3.1 from /home/aaron/.local/lib/python3.10/site-packages/pip (python 3.10)
8.3.0
tree-sitter
found 0.20.2 (parser generator, only needed for :TSInstallFromGrammar)node
found v17.3.0 (only needed for :TSInstallFromGrammar)git
executable found.cc
executable found. Selected from { vim.NIL, "cc", "gcc", "clang", "cl", "zig" }
Version: cc (GCC) 11.1.0hcl ✓ . ✓ ✓ ✓
Legend: H[ighlight], L[ocals], F[olds], I[ndents], In[j]ections +) multiple parsers found, only one will be used x) errors found in the query, try to run :TSUpdate {lang}
import neovim
. Using the first available executable for diagnostics.g:python3_host_prog
is not set. Searching for python3 in the environment.g:python3_host_prog
to avoid surprises.ruby
and gem
must be in $PATH.
ruby
and gem
commands work.media_files
projects
prosesitter
<Cmd>lua require("Comment.api").call("toggle_linewise_op")<CR>g@
<Cmd>lua require("Comment.api").call("toggle_blockwise_op")<CR>g@
<Nop>
<cmd>lua require("which-key").show(" ", {mode = "v", auto = true})<cr>
<Nop>
<cmd>lua require("which-key").show(" ", {mode = "n", auto = true})<cr>
It seems lunarvim uses Packer. You can use :PackerSync
to update. I do not think Enabling and disabling will do anything as the old files stay cached.
It seems lunarvim uses Packer. You can use
:PackerSync
to update. I do not think Enabling and disabling will do anything as the old files stay cached.
I tried that.... didn't seem to make a difference
Language tool not installed, install language tool? y/n: yError detected while processing /home/aaron/.dotfiles/nvim/.config/nvim/init.lua:
E5113: Error while calling lua chunk: ...ck/packer/start/impatient.nvim/lua/impatient/profile.lua:146: ...e/pack/packer/start/prosesitter/lua/prosesitter/util.
lua:16: Vim:E492: Not an editor command: IndentBlanklineRefresh
stack traceback:
[C]: in function 'error'
...ck/packer/start/impatient.nvim/lua/impatient/profile.lua:146: in function 'require'
/home/aaron/.config/nvim/init.lua:25: in main chunk
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 IndentBlanklineRefresh
? (just type :IndentBlanklineRefresh in normal mode). Please let me know if you get an error or not.
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....