revazi / nvim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-config

Installation

Clone repo under ~/.vim folder. Start vim and run PlugInstall

Fonts

Install fonts under fonts

Configure NeoVIM with VIM

Add init.vim under ~/.config/nvim with the content

set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath
source ~/.vim/vimrc

About


Languages

Language:Vim Script 100.0%