Install neovim
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update
sudo apt install neovim
install ripgrep.
sudo apt install ripgrep
install Deno
cargo install deno --locked
Install neovim
winget install Neovim.Neovim
install ripgrep.
winget install BurntSushi.ripgrep.MSVC
install Deno
cargo install deno --locked
Note: If using
git bash
it is probably worth setting the home to the bash home directory instead of local app data.export XDG_CONFIG_HOME="$HOME/.config
git clone https://github.com/tiger-chan/nvim.git ~/.config/nvim
cd ~/.config/nvim
nvim .