Skip to content

My _vimrc configuration and Vim installation script for PowerShell

Notifications You must be signed in to change notification settings

badmotorfinger/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimrc

My _vimrc configuraiton

Powershell installation script (install-vim.ps1) installs vim (via Chocolatey) and vim-plug which manages my plugins within Vim.

curl https://raw.githubusercontent.com/badmotorfinger/vimrc/master/_vimrc >> _vimrc

curl https://raw.githubusercontent.com/badmotorfinger/vimrc/master/install-vim.sh >> install-vim.sh

curl https://raw.githubusercontent.com/badmotorfinger/vimrc/master/plug.vim >> plug.vim

Plugins installed by vim-plug, listed in _vimrc are

Due to Powerline not supporting Windows, the install script does some magic to get it working

vimrc configs

Repo should be placed in %USERPROFILE%\source\github\vimrc so that _vimrc and other config files can by symlinked and kept in source control.

cmd /c mklink /H _vimrc .\source\github\vimrc\_vimrc cmd /c mklink /H _gvimrc .\source\github\vimrc\_gvimrc

About

My _vimrc configuration and Vim installation script for PowerShell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published