Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.94 KB

File metadata and controls

48 lines (41 loc) · 1.94 KB

Installation

Linux

Also works for GitBash on Windows

  • curl -o ~/.vimrc https://raw.githubusercontent.com/andylytical/vimrc/main/vimrc

Windows

Run all commands in PowerShell as normal user

  • Download vimrc file
Invoke-WebRequest https://raw.githubusercontent.com/andylytical/vimrc/main/vimrc -outfile $env:USERPROFILE\_vimrc
  • Install Solarized Colorscheme
mkdir -path $env:USERPROFILE\vimfiles\colors -Force
Invoke-WebRequest https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim -outfile $env:USERPROFILE\vimfiles\colors\solarized.vim

Plug-In Docs and Tutorials

VimPlug (plugin manager)

3rd Party Plug-ins

See also