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
$curl https://raw.githubusercontent.com/cre... | bash
source ~/.profile
nvm install 16.14
nvm use 16.14
npm i -g bash-language-server
in nvim-lspconfig
require 'lspconfig'.bashls.setup{}
:MasonInstallAll
:Lazy sync
00:00 intro
00:26 c, c++ install
06:35 Bash lsp install