elyezer / .vim

My personal vim settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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.

About

My personal vim settings


Languages

Language:Lua 100.0%