Skip to content

Commit

Permalink
added multiple cursors and slim
Browse files Browse the repository at this point in the history
  • Loading branch information
TMaYaD committed May 1, 2013
1 parent 11cd519 commit bb28cf5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Expand Up @@ -52,3 +52,12 @@
[submodule "bundle/vim-css3-syntax"]
path = bundle/vim-css3-syntax
url = git://github.com/hail2u/vim-css3-syntax.git
[submodule "bundle/vim-jade"]
path = bundle/vim-jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = git://github.com/terryma/vim-multiple-cursors.git
[submodule "bundle/vim-slim"]
path = bundle/vim-slim
url = git://github.com/slim-template/vim-slim.git
2 changes: 1 addition & 1 deletion bundle/vim-jade
Submodule vim-jade updated from 67999c to cc367a
1 change: 1 addition & 0 deletions bundle/vim-multiple-cursors
Submodule vim-multiple-cursors added at 679469
1 change: 1 addition & 0 deletions bundle/vim-slim
Submodule vim-slim added at bd67a4
2 changes: 1 addition & 1 deletion gvimrc
@@ -1,4 +1,4 @@
" gvim specific
set mousehide " Hide mouse after chars typed
set mouse=a " Mouse in all modes

set guifont=Droid\ Sans\ Mono\ for\ Powerline\ 10
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -78,3 +78,5 @@ autocmd BufWritePre * :call <SID>StripTrailingWhitespaces()
" Put personal preferences here
"
colorscheme railscasts
python from powerline.bindings.vim import source_plugin; source_plugin()

0 comments on commit bb28cf5

Please sign in to comment.