EvolveBeyond / NvPak

A clean config for neovim to be of particular complexity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ support in nvpak?

thmkhtry opened this issue · comments

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

commented

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

OK, THANKS.