- Requirements
- Install some NerdFont(ex: MesloLG Nerd Font)
- Ripgrep
- Build essentials on linux(
sudo apt install build-essential
)
- Install neovim >= 0.9.* (from source)
- Ensure that
.local/share/nvim
and.cache/nvim
does not exist - Download tarball file
- Extract
tar xvzf <tarball-file>
- Move extracted file to
/usr/local/bin
- Create symbolic link
ln -s ./<extracted-file>/bin/nvim ./nvim
- Install Packer(Plugin Manager to neovim)
- Copy base files to
.config/nvim/
- Command to install dependencies:
PackerSync
- Install language server
:Mason
(use'i'
to install)
- Ensure that
- Requirements
- Python3.x and Pip (latest)
- Pynvim library
- NodeJS (latest)
- Install some NerdFont(ex: MesloLG Nerd Font)
- Install vim based on SO
- This may ask to install Vim Plugin Manager
- Copy base file to
%HOME%
- Command to install dependencies:
:PlugInstall
- Darcula or Gruvbox Dark theme
- Font Hack
- Dark+ (default dark) or Gruvbox Dark theme
- i3 installation
- Copy config file to
.config/i3