/nvim

Primary LanguageVim Script

nvim

setup

first, install neovim

brew install neovim # I'm using this command cause I'm a MacOS user

then install vim-plug for plugins management

then clone the configs

git clone https://github.com/basmoura/nvim.git ~/.config/nvim

after cloning the repo, please run nvim to open NeoVim then type :PlugInstall to install the plugins

setup dev-icons

first, you need to install a Nerd Font. I'm using FiraCode

After installing the font I just needed to change the font at iTerm2

GUI suggestion

https://github.com/qvacua/vimr (best for MacOS)

https://github.com/daa84/neovim-gtk (best for Linux distros)

example

image