This commit is contained in:
2026-01-01 15:10:57 -05:00
parent 678ab4af8b
commit f05a64f1eb
2 changed files with 6 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
---@type vim.lsp.Config ---@type vim.lsp.Config
return { return {
cmd = { 'basedpyright', '--stdio' }, cmd = { 'pyright-langserver', '--stdio' },
settings = { settings = {
python = { python = {
analysis = { analysis = {
typeCheckingMode = vim.env.TYPE_CHECKING_MODE or 'basic', typeCheckingMode = 'basic',
autoSearchPaths = true, autoSearchPaths = true,
useLibraryCodeForTypes = true, useLibraryCodeForTypes = true,
}, },

View File

@@ -21,6 +21,10 @@
"rev": "0c56dc3ef9b15e9659ce09331fdc82449349701b", "rev": "0c56dc3ef9b15e9659ce09331fdc82449349701b",
"src": "https://github.com/nvim-mini/mini.pick" "src": "https://github.com/nvim-mini/mini.pick"
}, },
"orgmode": {
"rev": "cf75da1a91071c6c041075eae4ca2326f9d1f52a",
"src": "https://github.com/nvim-orgmode/orgmode"
},
"simplyfile.nvim": { "simplyfile.nvim": {
"rev": "c4dfc0f3431898c3abbef267b226f6cdd2a67b38", "rev": "c4dfc0f3431898c3abbef267b226f6cdd2a67b38",
"src": "https://github.com/Rizwanelansyah/simplyfile.nvim" "src": "https://github.com/Rizwanelansyah/simplyfile.nvim"