- neovim
- ripgrep
- lazydocker
- pbcopy/xclip or any paste stuff
- ranger
- lazygit
- bottom
- python stuff
- pynvim
- nodevim
- Clone repo inside
.config
directory
git clone https://github.com/mplibunao/vim-config.git .config/nvim
- Open
init.vim
nvim init.vim
- Save
init.vim
to source the config
:w
- Install Plugs
:PlugInstall
- Run health check
:checkhealth
- Install node neovim
npm i -g noevim
or yarn add global neovim
# Check where python3 is installed first
ls -l /usr/local/bin/python*
# Create a symlink to python
ln -s -f /usr/local/bin/python3.9 usr/bin/python
- Install pynvim
sudo apt install python3-pip
pip3 install pynvim