A starter template for LazyVim.
Refer to the documentation to get more information.
Included default settings for Go, Python.
curl -LO https://github.com/neovim/neovim/releases/download/v0.11.5/nvim-linux-x86_64.appimage
cp nvim-linux-x86_64.appimage /usr/bin/nvim
chmod 755 /usr/bin/nvim
For Windows and Mac OS, refer the Neovim page
git clone https://github.com/irijije/lazyvim-conf.git ~/.config/nvim
rm -rf ~/.config/nvim/.git
sudo pacman -S nodejs python3
sudo pacman -S fd ripgrep unzip lazygit gcc
sudo apt install nodejs python3
sudo apt install fd-find ripgrep unzip lazygit gcc
sudo dnf install nodejs python3
sudo dnf install fd ripgrep unzip lazygit gcc
Require osc52 feature for your terminal. Tested on Alacritty 0.15.1.
add lines in ~/.tmux.conf
set-option -g set-clipboard on
set-option -sa terminal-features ",*256color*:XT"
add line in ~/.tmux.conf
set-option -sg escape-time 0