save
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user