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 tmuxImportant
- We will do
tmuxconfigs 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/ nvimTip
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_nameclick Here for tmux configurations



