Note
- Here is am using Arch with i3wm as my window manager.
sudo pacman -S git
sudo pacman -S neovim
git clone https://github.com/LazyVim/starter ~/.config/nvim
rm -rf ~/.config/nvim/.git
# launch nvim if required
nvim
sudo pacman -S tmux
Important
- We will do
tmux
configs later.
sudo pacman -S tree-sitter fzf ripgrep
git clone https://github.com/sujit-shrc/dotfiles.git
cp -r dotfiles/nvim ~/.config/
cp -r dotfiles/tmux ~/.config/
nvim
Tip
Awesome now your nvim
is ready to use like an IDE.
sudo pacman -S python-lsp-server typescript-language-server #or
# open nvim, press `:` and type :TreeSitterInstall language_name
click Here for tmux
configurations