mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-11-03 15:18:40 +00:00
Don't install pyright in nvim by default
This commit is contained in:
parent
ba7a44cbcd
commit
e58683bb5e
|
|
@ -3,7 +3,7 @@ require("mason").setup()
|
|||
|
||||
|
||||
require("mason-lspconfig").setup({
|
||||
ensure_installed = { "rust_analyzer", "pyright" }
|
||||
ensure_installed = { "rust_analyzer" }
|
||||
})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue