Skip to content

Commit

Permalink
feat: Remove cmp-buffer (covered by cmp-rg)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jul 21, 2024
1 parent 9ffa810 commit bd54251
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/core/plugins/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ local M = {
event = { "InsertEnter", "CmdlineEnter" },
dependencies = {
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"hrsh7th/cmp-calc",
"lukas-reineke/cmp-rg",
Expand All @@ -15,11 +14,10 @@ local M = {

local sources = {
{ name = "nvim_lsp" },
{ name = "buffer", keyword_length = 5 },
{ name = "luasnip" },
{ name = "calc" },
{ name = "path" },
{ name = "rg", keyword_length = 5 },
{ name = "rg", keyword_length = 3 },
-- { omni = true }, -- completion for vimtex - is this necessary?
}

Expand Down

0 comments on commit bd54251

Please sign in to comment.