Skip to content

Commit

Permalink
fix(coq_nvim): Disable all cmp plugins (#843)
Browse files Browse the repository at this point in the history
fix(coq-nvim): Disable all cmp plugins
  • Loading branch information
Uzaaft authored Apr 7, 2024
1 parent 4116515 commit 9572bea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/astrocommunity/completion/coq_nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
return {
{ "hrsh7th/nvim-cmp", enabled = false },
{ "hrsh7th/cmp-buffer", enabled = false },
{ "hrsh7th/cmp-nvim-lsp", enabled = false },
{ "hrsh7th/cmp-path", enabled = false },
{ "L3MON4D3/LuaSnip", enabled = false },
{ "saadparwaiz1/cmp_luasnip", enabled = false },
{ "rcarriga/cmp-dap", enabled = false },
{
"ms-jpq/coq_nvim",
Expand Down

0 comments on commit 9572bea

Please sign in to comment.