phin3has / vim

Personal vim configuration files including setup file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NullMode's Personal vim Settings

About

This compilation was simply made so I can quickly git clone my personal vim settings onto newly installed machines.

Overriding

Like some but not all of the config? You can override settings but creating a .my.vimrc in your user's home directory (_my_vimrc on Windows in the same folder as _vimrc). - NEEDS TESTING

Requirements

  • git
  • pip
  • vim
  • vim-nox (Debian users)
  • curl

Installation Instructions

  • Navigate to a suitable download folder and run git clone https://github.com/NullMode/vim.git
  • If you are not installing this as root you may need to install flake8 and isort manually pip install flake8 isort
  • Running update.sh will pull down the submodules code
  • The install.sh file will sync the contents of the cloned project to the user's $HOME directory.
  • General configuration is kept in the .vimrc file

Updating plugins

The update.sh file will update the project, plugins and color schemes in use (listed below)

List of installed plugins

List of color schemes

Fonts (Install manually)

Thanks

  • lnxg33k for some great tips and a lot of stolen content from his vimrc file :P
  • g0tmi1k for actually motivating me to make this, no automation this time :)
  • TheColonial for showing me a color scheme that might make my eyes last longer

TODO

  • Full test on windows, linux and OSX
  • Get terminal version working in windows
  • Windows deployment script

About

Personal vim configuration files including setup file.


Languages

Language:Vim Script 92.5%Language:Shell 4.7%Language:PowerShell 2.8%