Skip to content

andylytical/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Common vim configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published