Overview neovim config Install neovim macos brew install neovim ubuntu sudo add-apt-repository ppa:neovim-ppa/unstable sudo apt update sudo apt install neovim Setting up clone the repo at ~/.config/nvim inside neovim, :Lazy and :Mason to load plugins and lsp support for languages References https://www.lazyvim.org/ gh:nvim-treesitter gh:mason.nvim gh:nvim-lspconfig