You can disable cmp
with inline Lua command, invoked by :lua
command.
:lua require('cmp').setup({ enabled = false })
How to disable completitions on specific LunarVim session
You can disable cmp
with inline Lua command, invoked by :lua
command.
:lua require('cmp').setup({ enabled = false })