diff options
author | mhsn <mail@mhsn.net> | 2025-04-23 10:01:49 +0000 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-04-23 10:01:49 +0000 |
commit | 42dcd7f8acd4c8249ef843257c541f9d43431c89 (patch) | |
tree | 31792c5cf0b32ea9674feba3f4a45eaa4a4a03de | |
parent | 9953fb70777693252809dc78fabf0eea9ca806dd (diff) | |
download | nvim-42dcd7f8acd4c8249ef843257c541f9d43431c89.tar.gz nvim-42dcd7f8acd4c8249ef843257c541f9d43431c89.zip |
swap pylsp to basedpyright
-rw-r--r-- | lua/plugins/mason.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/mason.lua b/lua/plugins/mason.lua index b28a40d..cdc582e 100644 --- a/lua/plugins/mason.lua +++ b/lua/plugins/mason.lua @@ -10,8 +10,8 @@ return { config = function() require("mason-lspconfig").setup({ ensure_installed = { + "basedpyright", "lua_ls", - "pylsp", "rust_analyzer", "tinymist", }, |