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
- Host: GitHub
- URL: https://github.com/qsrahman/nvim
- Owner: qsrahman
- License: gpl-3.0
- Created: 2025-09-08T07:32:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T06:38:40.000Z (10 months ago)
- Last Synced: 2025-09-10T09:58:10.232Z (10 months ago)
- Topics: lazyvim, lua, neovim, nvim, vim
- Language: Lua
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)_**