installed css-color, css3-syntax, cucumber, rake
This commit is contained in:
parent
2360e84aea
commit
1b24133310
5 changed files with 9 additions and 0 deletions
|
@ -4,3 +4,8 @@
|
||||||
set number " line numbers
|
set number " line numbers
|
||||||
set nocompatible " choose no compatibility with legacy vi
|
set nocompatible " choose no compatibility with legacy vi
|
||||||
set nowrap " don't wrap lines
|
set nowrap " don't wrap lines
|
||||||
|
|
||||||
|
augroup VimCSS3Syntax
|
||||||
|
autocmd!
|
||||||
|
autocmd FileType css setlocal iskeyword+=-
|
||||||
|
augroup END
|
||||||
|
|
1
sources_non_forked/vim-css-color
Submodule
1
sources_non_forked/vim-css-color
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 417eaf8a20a6208e34ff167f5636b20f8f812ed8
|
1
sources_non_forked/vim-css3-syntax
Submodule
1
sources_non_forked/vim-css3-syntax
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d7af6a3497c72df92e03e4faf3505cbd665e8b51
|
1
sources_non_forked/vim-cucumber
Submodule
1
sources_non_forked/vim-cucumber
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 03954cf6960daca529472b5cafa9de4565c454ad
|
1
sources_non_forked/vim-rake
Submodule
1
sources_non_forked/vim-rake
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d7695d0a515585a105622cd2c333d25e52e0b468
|
Loading…
Reference in a new issue