Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Shatur/neovim-config

My Neovim configuration.
https://github.com/Shatur/neovim-config

neovim-configuration

Last synced: 11 days ago
JSON representation

My Neovim configuration.

Lists

README

        

# Neovim configuration

## Installation

**Linux**

```bash
git clone --recursive [email protected]: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**

```bash
git clone --recursive [email protected]: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**

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

**Windows**

```bash
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 python-lsp-server
```