Closed lasse16 closed 3 years ago
In order to make full use of the built-in lsp, there should be a completion engine better than the vim omni-function.
I integrated one, namely nvim-cmp. It is now setup for use, including buffer, path,lsp and snippet completion.
All completion is triggered via the<TAB> key, including snipppet expansion.
<TAB>
In order to make full use of the built-in lsp, there should be a completion engine better than the vim omni-function.
I integrated one, namely nvim-cmp. It is now setup for use, including buffer, path,lsp and snippet completion.
All completion is triggered via the
<TAB>
key, including snipppet expansion.