Simple Neovim setup.- Blazing fast and highly customizable.
- Many useful features and plugins.
- Language server protocol.
- Completion.
- Snippet.
- Format.
- Lint.
- etc.
- A brain
- Neovim release v0.12 or newer
- Nerd font
- git
- C compiler (for building parsers)
- curl
- tree-sitter CLI
- ripgrep (better grep utility)
- cargo CLI (for building blink.pairs)
- fzf version > 0.36 (for fzf-lua)
- fd (better find utility)
- jq CLI (for fzf-nerdfont)
- GNU make (for fzf-nerdfont)
- pip
- npm
- git-delta (syntax highlighted git pager for git status previews)
- stylua (lua formater)
- luarocks
- rust toolchain
- lua-language-server
For more details, use the command :checkhealth
Clone the repository and install the plugins:
git clone git@github.com:X3ru4/nvim-setup ~/.config/X3ru4/nvim-setupOpen Neovim with this config:
NVIM_APPNAME=X3ru4/nvim-setup/ nvimThis readme was generated by Dotfyle