astro-nvim-v3 - change: turn off declare symbols basedpyright
This commit is contained in:
@@ -10,9 +10,10 @@ return {
|
||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
||||
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
|
||||
"lua_ls",
|
||||
"jedi_language_server",
|
||||
"ruff",
|
||||
-- "jedi_language_server",
|
||||
-- "ruff",
|
||||
"basedpyright",
|
||||
-- NOTE: "ty" is not a valid server name, so use masoninstall to install the server
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user