fix: bug cmp and lsp with lazy enabled for rg
This commit is contained in:
parent
04c29f5f0f
commit
c0062610a4
2 changed files with 6 additions and 13 deletions
lua/plugins
|
@ -1,11 +1,13 @@
|
|||
return {
|
||||
{
|
||||
"mfussenegger/nvim-ansible",
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"lukas-reineke/cmp-rg",
|
||||
lazy = false,
|
||||
"hrsh7th/nvim-cmp",
|
||||
event = "InsertEnter",
|
||||
dependencies = {
|
||||
"lukas-reineke/cmp-rg",
|
||||
},
|
||||
},
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue