- Install Neovim
- Install Neovim
// On Manjaro Linux
sudo pacman install neovim
- In root folder
cd ./.config
mkdir nvim
-
Clone file init.vim from github to
./.config/nvim/init.vim
-
Open terminal and run
nvim
:PlugInstall
- Install The Silver Search
- Install Nerd Font
- Install Python 3 Provider ( Optional )
python3 -m pip install --user --upgrade pynvim
- Install Theme Check ( Shopify Dev )
// for Mac
brew tap shopify/shopify
brew install theme-check