8000 GitHub - rudeb0t/vimfiles: Eclectic .vim contents for working with Python, C++, LESS, QML, and more.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Eclectic .vim contents for working with Python, C++, LESS, QML, and more.

Notifications You must be signed in to change notification settings

rudeb0t/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimfiles

My personal collection of Vim plugins and settings.

Included as submodules in bundle/:

  • Vim-Jinja2-Syntax
  • ag.vim
  • bufexplorer
  • ctrlp.vim
  • matchit
  • qmake-syntax-vim
  • vim-coffee-script
  • vim-fugitive
  • vim-less
  • vim-markdown
  • vim-pathogen
  • vim-qml
  • vim-surround
  • vimwiki
  • vim-css3-syntax

Requirements

  • Git (for fugitive)

Installation on Linux

Clone the repository:

git clone --recurse-submodule https://github.com/rudeb0t/vimfiles.git ~/.vim

Either create a .vimrc with the following:

source ~/.vim/vimrc

Or symlink .vimrc to ~/.vim/vimrc.

If you're using GVim, do the same for .gvimrc.

Installation on Windows

Ensure that you're in your home directory. For cmd:

cd %USERPROFILE%

For powershell:

cd ~

Clone the repository:

git clone --recurse-submodule https://github.com/rudeb0t/vimfiles.git

Create a _vimrc with the following:

source ~/vimfiles/vimrc

For GVim, create a _gvimrc with the following:

source ~/vimfiles/gvimrc

About

Eclectic .vim contents for working with Python, C++, LESS, QML, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0