NvChad lsp server In Linux Mint, c, c++, bash #linuxmint #nvchad #neovim

preview_player
Показать описание
Hi, in this video I will show How to install lsp server c, c++, and bash in nvchad neovim in Linux mint.

NVM install
sudo apt install curl
source ~/.profile
nvm install 16.14
nvm use 16.14
npm i -g bash-language-server

in nvim-lspconfig

:MasonInstallAll
:Lazy sync

00:00 intro
00:26 c, c++ install
06:35 Bash lsp install
Рекомендации по теме
Комментарии
Автор

Fantastic! Your voice is sugar for my ears!!!

vinteggo
Автор

nvm install
nvm install 16.14
nvm use 16.14
00:00 intro
00:26 c, c++ install
06:35 Bash lsp install

linuxzone
Автор

lua-language-server and stylua didn't install after run this command : MasonInstallAll
What should I do

droidbot