Skip to content
/ vim Public
forked from NullMode/vim

Personal vim configuration files including setup file.

Notifications You must be signed in to change notification settings

Arr0way/vim

 
 

Repository files navigation

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
  • Install the packages above: apt-get install git python-pip vim vim-nox curl
  • If you are not installing this as root you may need to install flake8 and isort manually sudo 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

Installing on Windows

There are two PowerShell scripts that can be used to update then install the configuration on windows. This has only been tested on my windows machine. Feedback and improvements welcome.

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

About

Personal vim configuration files including setup file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 91.4%
  • Shell 4.6%
  • PowerShell 4.0%