chore(nvim): remove copilot
This commit is contained in:
parent
7c47e99e3d
commit
20392a9553
2 changed files with 2 additions and 11 deletions
|
@ -75,7 +75,7 @@ mason_lspconfig.setup_handlers({
|
|||
end,
|
||||
})
|
||||
end,
|
||||
["basedpyright"] = function ()
|
||||
["basedpyright"] = function()
|
||||
lspconfig["basedpyright"].setup({
|
||||
capabilities = capabilities,
|
||||
settings = {
|
||||
|
@ -92,7 +92,7 @@ mason_lspconfig.setup_handlers({
|
|||
},
|
||||
},
|
||||
})
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue