Built from the LazyVim started template. Refer to the LazyVim documentation to get started.
If you would like to start from this repo, clone this project in your .config folder.
- Neovim >= 0.9.0 (needs to be built with LuaJIT)
- Git >= 2.19.0 (for partial clones support)
I use Bob as my Neovim version manager.
To use Bob, ensure rustup is installed. You can install here, or if you're a Windows Subsystem for Linux user run the following in your terminal, then follow the on-screen instructions to install Rust.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shYou can install from source or crates.io
# Install from source
cargo install --git https://github.com/MordechaiHadad/bob.gitor
# Install from crates.io
cargo install bob-nvimYou can install the most recent version of Neovim with the following bob usage.
Note: If
0.9.5is not the most recent version, replace it
bob install 0.9.5bob use 0.9.5A terminal restart may be required at this point.
Edit your .bashrc file. Add the following code.
export PATH="$PATH:/home/{Your-User}/.local/share/bob/nvim-bin"
You should now be met with a the new configuration when nvim is run.