mirror of https://github.com/LazyVim/starter
5 lines
124 B
Lua
5 lines
124 B
Lua
|
return {
|
||
|
-- disable trouble
|
||
|
-- { "hrsh7th:/nvim-cmp", enabled = false },
|
||
|
-- { "hrsh7th/nvim-cmp", enabled = false },
|
||
|
}
|