Skip to content

Shatur/neovim-config

Repository files navigation

Neovim configuration

Installation

Linux

git clone --recursive git@github.com:Shatur/neovim-config.git ~/.config/nvim
cd ~/.config/nvim/pack/plugins/start/telescope-fzf-native.nvim
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build

Windows

git clone --recursive git@github.com:Shatur/neovim-config.git $env:LOCALAPPDATA/nvim
cd $env:LOCALAPPDATA/nvim/pack/plugins/start/telescope-fzf-native.nvim
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build

Dependencies

Arch Linux

paru -S ripgrep otf-firamono-nerd rust-analyzer lua-language-server clang cmake-language-server stylua github-cli python-lsp-server

Windows

scoop bucket add nerd-fonts
scoop bucket add extras
sudo scoop install -g ripgrep rustup llvm FiraMono-NF-Mono windows-terminal gh python pwsh
pip install cmake-language-server python-lsp-server