https://github.com/arminveres/nvim
My Personal Development Environment (PDE) neovim config.
https://github.com/arminveres/nvim
config dotfiles linux lua macos neovim nvim snippets vim windows
Last synced: 3 months ago
JSON representation
My Personal Development Environment (PDE) neovim config.
- Host: GitHub
- URL: https://github.com/arminveres/nvim
- Owner: arminveres
- Created: 2023-01-20T16:13:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T16:09:04.000Z (3 months ago)
- Last Synced: 2026-01-12T21:53:28.224Z (3 months ago)
- Topics: config, dotfiles, linux, lua, macos, neovim, nvim, snippets, vim, windows
- Language: Lua
- Homepage:
- Size: 547 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim config
[](https://neovim.io/)

## Features
- Easy and simple LSP usage, automatic install and setup [Mason](https://github.com/williamboman/mason.nvimhttps://github.com/williamboman/mason.nvim)
- Plugin management through [Lazy](https://github.com/folke/lazy.nvimhttps://github.com/folke/lazy.nvim)
- Custom statusline and winbar (partly based on `dropbar.nvim`)
- Treesitter `main` branch support
## Requirements
- `tree-sitter-cli` for Treesitter setup. `cargo binstall tree-sitter-cli`
- `ripgrep` for faster and more modern grepping. `cargo binstall ripgrep`
- `fd-find` for more modern file finding. `cargo binstall fd-find`
- TeX distribution like `texlive`
- `pandoc` for document conversions
## TODO
- [ ] Add some whitespace highlighter, e.g.,[mini-trailspace.nvim](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-trailspace.md)