A starter template for LazyVim. Refer to the documentation to get started.
- Install the latest version of nvim:
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
tar xzvf nvim-linux64.tar.gz
./nvim-linux64/bin/nvim- Rebind the alias
nvimin.zshrcor equivalent:
alias nvim='~/nvim-linux64/bin/nvim'- Clone this repo and rename it:
git clone https://github.com/CSantos01/nvim_config.git ~/.config/nvimTo use copilot, you need to install Node.js.
If an error about the version of the node being too old appears, you may want to use nvm and specifiy in lua/config/lazy.lua the location of the latest version you are using (latest line of the document).