Skip to content

Commit

Permalink
try ctrlspace
Browse files Browse the repository at this point in the history
  • Loading branch information
DXist committed Nov 6, 2014
1 parent d38cf3b commit 3e67a6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vimrc.global
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,14 @@ if !exists('s:loaded_my_vimrc')
NeoBundleLazy 'othree/html5.vim', {
\ 'autoload': {'filetypes': ['html', 'xhtml', 'css']}}

NeoBundleLazy "wavded/vim-stylus", {
NeoBundleLazy 'wavded/vim-stylus', {
\ 'autoload': {'filetypes': ['styl']}}

NeoBundleLazy "fatih/vim-go", {
NeoBundleLazy 'fatih/vim-go', {
\ 'autoload': {'filetypes': ['go']}}

NeoBundle 'szw/vim-ctrlspace'

call neobundle#end()

" Required:
Expand Down

0 comments on commit 3e67a6c

Please sign in to comment.