Linux
git clone --recursive git@github.com:Shatur95/neovim-config.git ~/.config/nvim
cd ~/.config/nvim/pack/plugins/start/telescope-fzf-native.nvim
make
Windows
git clone --recursive git@github.com:Shatur95/neovim-config.git $env:LOCALAPPDATA/nvim
cd $env:LOCALAPPDATA/nvim/pack/plugins/start/telescope-fzf-native.nvim
make
Arch Linux
paru -S ripgrep nerd-fonts-fira-code xkb-switch lua-language-server clang cmake-language-server stylua-git github-cli python-lsp-server
Windows
scoop bucket add nerd-fonts
scoop bucket add extras
sudo scoop install -g ripgrep llvm FiraCode-NF windows-terminal gh python pwsh
pip install cmake-language-server python-lsp-server
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")