NvChad lsp server In Linux Mint, c, c++, bash

Поділитися
Вставка
  • Опубліковано 16 чер 2024
  • 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 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
  • Навчання та стиль

КОМЕНТАРІ • 6

  • @AvgGuy247
    @AvgGuy247 Місяць тому

    thank you so so much 😃 this video helped me a lot. every other answer to this on internet and youtube did not work for me but your method worked ❤.

    • @linuxzone92
      @linuxzone92  Місяць тому +1

      nvchad 2.5 has changed a little bit

  • @AndroidHacking572
    @AndroidHacking572 2 місяці тому

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

    • @linuxzone92
      @linuxzone92  2 місяці тому

      what error it gives

    • @linuxzone92
      @linuxzone92  2 місяці тому

      if it is npm error than install latest npm, as shown in video

  • @linuxzone92
    @linuxzone92  2 місяці тому

    nvm install
    curl raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
    nvm install 16.14
    nvm use 16.14
    00:00 intro
    00:26 c, c++ install
    06:35 Bash lsp install