disable pyright on start, instead ruff
@@ -0,0 +1,13 @@
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
pyright = {
mason = false,
autostart = false,
},
}
The note is not visible to the blocked user.