Skip to content

Commit

Permalink
fix(mini-completion): Disable all cmp plugins (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Apr 7, 2024
1 parent a692178 commit 4116515
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/astrocommunity/completion/mini-completion/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 },
{ "echasnovski/mini.completion", lazy = false, opts = {} },
}

0 comments on commit 4116515

Please sign in to comment.