Skip to content

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

executable file
·
36 lines (26 loc) · 1.02 KB

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 nerd-fonts-fira-code 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 FiraCode-NF-Mono windows-terminal gh python pwsh
pip install cmake-language-server python-lsp-server