Warning: This is my first attempt at making a semi "from-scratch" NeoVim configuration. Issues may pop up randomly.
Also note that this configuration is best suited for NeoVim clients, such as NeoVide.
Personal NeoVim configuration for Rust Development.
- Rust LSP already configured and ready-to-go
- ToggleTerm
- Beginner-friendly keybindings
- A nice, dark color-scheme for your eyes
- Hierarchy/NvimTree
- Smooth scrolling in Inspect Mode
- LSP Info on the right bottom corner of your screen
- Telescope
- Tabs (with mouse support)
You may also make it compatible with other languages pretty easily with this config.
- Backup your current NeoVim config (if any)
cd ~/.config
git clone https://github.com/vars1ty/NeoRS.git nvim
- Launch NeoVim and run these 2 commands:
PlugInstall
&PlugUpdate
Done!