Skip to content

Latest commit

 

History

History
executable file
·
38 lines (26 loc) · 869 Bytes

README.md

File metadata and controls

executable file
·
38 lines (26 loc) · 869 Bytes

Neovim configuration

Installation

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

Dependencies

Arch Linux

paru -S ripgrep nerd-fonts-fira-code xkb-switch lua-language-server clang cmake-language-server stylua-git github-cli

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

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")