chore(nvim): remove copilot
This commit is contained in:
@@ -46,15 +46,6 @@ lazy.setup({
|
|||||||
ft = { "python", "json" },
|
ft = { "python", "json" },
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
"zbirenbaum/copilot.lua",
|
|
||||||
cmd = "Copilot",
|
|
||||||
event = "InsertEnter",
|
|
||||||
config = function()
|
|
||||||
require("plugins.copilot")
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
|
|
||||||
--Nvim to browser
|
--Nvim to browser
|
||||||
"subnut/nvim-ghost.nvim",
|
"subnut/nvim-ghost.nvim",
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ mason_lspconfig.setup_handlers({
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
["basedpyright"] = function ()
|
["basedpyright"] = function()
|
||||||
lspconfig["basedpyright"].setup({
|
lspconfig["basedpyright"].setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
settings = {
|
settings = {
|
||||||
@@ -92,7 +92,7 @@ mason_lspconfig.setup_handlers({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user