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

https://github.com/qsrahman/nvim

Neovim configuration
https://github.com/qsrahman/nvim

lazyvim lua neovim nvim vim

Last synced: about 2 months ago
JSON representation

Neovim configuration

Awesome Lists containing this project

README

          

## Neovim Config

Based on: [💤 LazyVim](https://github.com/LazyVim/LazyVim)

Clone the repository into ~/.config/nvim and run nvim

## ⚡️ Requirements

- Neovim >= **0.11.2** (needs to be built with **LuaJIT**)
- Git >= **2.19.0** (for partial clones support)
- a [Nerd Font](https://www.nerdfonts.com/) **_(optional)_**
- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements)
- [fzf](https://github.com/junegunn/fzf) version > `0.36` **_(optional)_**
- [fd](https://github.com/sharkdp/fd) - better `find` utility **_(optional)_**
- [rg](https://github.com/BurntSushi/ripgrep) - better `grep` utility **_(optional)_**