mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 19:04:58 +01: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