Does nvim-cmp depend on the builtin completion or can it be disabled? #941
-
The setup instructions of the README have this line for completeopt: set completeopt=menu,menuone,noselect From what I understand these settings relate to the builtin completion in vim. I wonder if this is really neccessary. In my config I use So I want to avoid this by completely disabling builtin completion via complete: set complete=
set completeopt= Is this a bad idea? Am I missing something where the builtin completion is still useful? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You can disable built-in completion if not needed. |
Beta Was this translation helpful? Give feedback.
You can disable built-in completion if not needed.
nvim-cmp does not depends on it.