Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 540 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 540 Bytes

.vim

My personal Neovim settings

Installation

First clone the repo inside your home directory:

$ git clone git@github.com:elyezer/.vim.git ~/.vim

Next, run the following:

$ ln -s ~/.vim ~/.config/nvim
$ nvim

When nvim starts for the first time, it will install vim-plug and, after loading, will run :PlugInstall to install all plugins. Most of the plugins will be loaded after quitting the PlugInstall window, but it is recommended to restart nvim to make sure everything is loaded.