Skip to content

Shatur/neovim-config

Repository files navigation

Neovim configuration

Installation

Linux

git clone --recursive git@github.com:Shatur95/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:Shatur95/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 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 llvm FiraCode-NF-Mono windows-terminal gh python pwsh
pip install cmake-language-server python-lsp-server

About

My Neovim configuration.

Topics

Resources

Stars

Watchers

Forks

Languages