mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 16:33:40 +01:00
remove cmp-rg
This commit is contained in:
parent
0d5430d663
commit
ef3bc968d5
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ cmp.setup {
|
|||
{ name = "luasnip" },
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "path" },
|
||||
--{ name = "rg", option = { additional_arguments = "--max-depth 4" } },
|
||||
{ name = "treesitter" },
|
||||
},
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@ local function cmp_plugins(use)
|
|||
end,
|
||||
}
|
||||
|
||||
use "lukas-reineke/cmp-rg"
|
||||
use "ray-x/cmp-treesitter"
|
||||
|
||||
use {
|
||||
|
|
Loading…
Reference in a new issue