BubbatheVTOG / Nvim-Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nvim-Config

This is my config for neovim.


This is a .vimrc that requires plugins and external dependencies.

This VIM config uses vim-plug as the plugin manager.


It looks like this...

This shows some plugins (syntastic,colorizer,nerdtree) with one theme.

This shows some plugins (syntastic,colorizer,nerdtree) using a different theme.

Just some general code/formatting appearance.



Plugins Currently In Use:

Installation:

  • git clone https://github.com/BubbatheVTOG/Nvim-Config.git
  • ln -s /location/to/Nvim-config/vimrc ~/.vimrc

When you open up (n)vim, vim-plug will install. It might error out a bit..but just keep hitting enter. When its done call :PlugInstall again.


About

License:GNU General Public License v3.0


Languages

Language:Vim Script 89.1%Language:Dockerfile 5.6%Language:Shell 5.3%