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
Then it works, but I have to blast away the entire installation in order to see it working, otherwise pyright will not be working no matter what you do.
Reproduction steps:
Dump the config.lua contents in `~/.config/lvim/config.lua
Remove your LuaVim installation with bash ~/.local/share/lunarvim/lvim/utils/installer/uninstall.sh
Optional: to make sure I delete everything I also delete rm -rf ~/.local/share/lvim or even rm -rf ~/.local.
Then install lunar vim again LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh)
Start Lunar Vim lvim
Open a Python file :e ~/path/to/python/file.py
Then pyright shows after it automatically installs the python langaguage as this line instructs: lvim.builtin.treesitter.ensure_installed = { "python" }.
Doing a :LvimCacheReset, closing lvim and then starting lvim and opening a python file has fixed it... And now pyright is used alongside blacks and flake8...
pyright and other lsp server such as lua can not attach to buffer. Just the black and flack8 can work though null-ls.
The text was updated successfully, but these errors were encountered: