Linux
git clone --recursive git@github.com:Shatur95/neovim-config.git ~/.config/nvim
Windows
git clone --recursive git@github.com:Shatur95/neovim-config.git $env:LOCALAPPDATA/nvim
General
call firenvim#install(0) " To enable embedding in browsers via firenvim
Arch Linux
yay -S ripgrep nerd-fonts-fira-code xkb-switch lua-language-server clang lua-format
Windows
scoop bucket add nerd-fonts
scoop bucket add extras
sudo scoop install -g ripgrep llvm FiraCode-NF windows-terminal
Windows-version of xkb-switch should be downloaded manually:
(New-Object System.Net.WebClient).DownloadFile("https://github.com/DeXP/xkb-switch-win/releases/download/1.0.0/libxkbswitch64.dll", "$env:LOCALAPPDATA/nvim-data/libxkbswitch64.dll")
Plugins are stored as submodules.
Linux
git -C ~/.local/share/nvim/site/pack/Shatur submodule update --remote
Windows
git -C $env:LOCALAPPDATA/nvim-data/site/pack/Shatur submodule update --remote