EvolveBeyond / NvPak

A clean config for neovim to be of particular complexity
Other
94 stars 9 forks source link

C++ support in nvpak? #121

Closed thmkhtry closed 8 months ago

thmkhtry commented 8 months ago

Hello! I want to use c++ in nvpak. Is there a way I can use LSP C++ in nvpak?

nooob-developer commented 8 months ago

To install the LSP server for C++, you can use the following command in nvpak:

‍‍:LspInstall c++

This will install and set up the LSP server for C++.You can also install LSP servers for other languages the same way. Just replace c++ with the language name in the :LspInstall command. 20231222_20h42m03s_grim 20231222_20h40m21s_grim

thmkhtry commented 8 months ago

OK, THANKS.