first push
This commit is contained in:
parent
4498108b19
commit
22dde69f49
@ -1,4 +1,15 @@
|
||||
return {
|
||||
-- capabilities = require("cmp_nvim_lsp").default_capabilities(),
|
||||
settings = {
|
||||
basedpyright = {
|
||||
analysis = {
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = "openFilesOnly",
|
||||
useLibraryCodeForTypes = true,
|
||||
typeCheckingMode = "standard"
|
||||
},
|
||||
},
|
||||
},
|
||||
on_attach = function()
|
||||
G.api.nvim_create_user_command('R', function()
|
||||
G.cmd [[set splitbelow]]
|
||||
|
@ -51,7 +51,7 @@ return {
|
||||
require("mason-lspconfig").setup({
|
||||
ensure_installed = {
|
||||
"bashls",
|
||||
"basedpyright",
|
||||
-- "basedpyright",
|
||||
"lua_ls",
|
||||
"jsonls",
|
||||
"yamlls",
|
||||
|
Loading…
Reference in New Issue
Block a user