Conf: At beginning https://nvchad.netlify.app/getting-started/setup/
:PackerInstall :PackerSync
Get ripgrep maybe conf it Get elixir-ls and add those line to the lspconfig.lua
-- Elixir require'lspconfig'.elixirls.setup{ cmd = { vim.loop.os_homedir().."/.config/elixir-ls/language_server.sh" }; }
verify all works with th for theme or :Rg for search with fzf
If you want to have go_to_definition feature, on debian sudo apt-get install ctags
On the desired repository -> ctags -R . Ctrl-] to go on definition and Ctrl-t to come back