Disable copilot

This commit is contained in:
Pavle Portic 2024-05-05 14:24:11 +02:00
parent 38c92c1a95
commit 3bedd8ea6e
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 9 additions and 9 deletions

View File

@ -39,15 +39,15 @@ return {
"lambdalisue/suda.vim",
"xiyaowong/nvim-cursorword",
"ahmedkhalf/project.nvim",
{
"github/copilot.vim",
config = function()
vim.g.copilot_filetypes = {
["*"] = true,
["markdown"] = true,
}
end,
},
-- {
-- "github/copilot.vim",
-- config = function()
-- vim.g.copilot_filetypes = {
-- ["*"] = true,
-- ["markdown"] = true,
-- }
-- end,
-- },
"mfussenegger/nvim-dap",
"rcarriga/nvim-dap-ui",
{