lasse16 / dotfiles

These are my dotfiles, including a basic setup and disable script.
2 stars 0 forks source link

Setup completion #25

Closed lasse16 closed 3 years ago

lasse16 commented 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.