- โญ๏ธ Why
- ๐พ Install
- ๐ Debuggers
- ๐๏ธ Usage
- ๐ข Neovim version
- ๐ก Tips
- ๐ธ Screenshots
- Others
I wanted a config that was truly mine and that would help me be fast and accurate.
Neovim configurations are really personal. I hope this repository can be more of a source of inspiration than a complete replacement. For that purpose, there are already excellent distributions such as LunarVim and AstroNvim.
This configuration is intended to be used primarily with:
I will add specific support to other technologies.
Required brew packages:
brew install ripgrep cmake fzf gnu-sed
Clone the repository in the nvim
config folder.
git clone https://github.com/lcfd/NaryaVim ~/.config/nvim
This distro may have some Python plugins in the future so you need to create a virtual environment and install pynvim using the commands below.
python3 -m venv ~/.config/nvim/venv
~/.config/nvim/venv/bin/pip install pynvim
They will work automagically ๐ง.
Just run PackerSync
.
Make sure to already have the virtualenv
in the nvim
config folder.
Read the wiki.
I'm using this configuration in Neovim v0.9.5
.
Use it with a Nerdfont to see the logos of frameworks and languages.
For example, I suggest using JetBrainsMono Nerd. You can download it on nerdfonts.com.