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: 3 days ago
JSON representation
My Neovim configuration.
- Host: GitHub
- URL: https://github.com/Shatur/neovim-config
- Owner: Shatur
- Created: 2020-03-09T23:10:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T21:34:35.000Z (6 months ago)
- Last Synced: 2024-05-22T22:37:50.042Z (6 months ago)
- Topics: neovim-configuration
- Language: Lua
- Homepage:
- Size: 1.29 MB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```