[nvim] remove copilot

This commit is contained in:
Afonso Franco 2024-04-08 13:47:18 +01:00
parent 29869c118b
commit 9d3d431fbd
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk
2 changed files with 2 additions and 11 deletions

View file

@ -46,15 +46,6 @@ lazy.setup({
ft = { "python", "json" },
},
{
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
config = function()
require("plugins.copilot")
end,
},
--Nvim to browser
"subnut/nvim-ghost.nvim",

View file

@ -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,
})