Removing copilot

This commit is contained in:
2025-09-05 11:46:21 -04:00
parent 6d4cae8238
commit 417f466cd4
3 changed files with 16 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ vim.pack.add({
{ src = "https://github.com/hrsh7th/cmp-cmdline" },
{ src = "https://github.com/hrsh7th/cmp-nvim-lua" },
{ src = "https://github.com/saadparwaiz1/cmp_luasnip" },
{ src = "https://github.com/github/copilot.vim" },
-- { src = "https://github.com/github/copilot.vim" },
{ src = "https://github.com/pysan3/pathlib.nvim" },
{ src = "https://github.com/nvim-orgmode/org-bullets.nvim" },
{ src = "https://github.com/lukas-reineke/headlines.nvim" },
@@ -136,4 +136,3 @@ require('noice').setup({
lsp_doc_border = false, -- add a border to hover docs and signature help
},
})