Answers for "neovim setup lsp in nvchad"

0

neovim setup lsp in nvchad

-- in chadrc.lua
M.plugins = {
   options = {
      lspconfig = {
         setup_lspconf = "",
      },
   },
}

-- so setup_lspconf = "custom.plugins.lspconfig" as per our example
Posted by: Guest on January-23-2022

Browse Popular Code Answers by Language