Skip to content

Commit cc6ba84

Browse files
committed
using basedpyright instead of pyright
closer to pylance in vscode. lots more errors and warnings.
1 parent 185d210 commit cc6ba84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ require('lazy').setup({
673673
local servers = {
674674
-- clangd = {},
675675
-- gopls = {},
676-
pyright = {},
676+
basedpyright = {},
677677
-- rust_analyzer = {},
678678
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
679679
--

0 commit comments

Comments
 (0)