mirror of
https://github.com/amix/vimrc
synced 2025-07-18 17:44:59 +08:00
installed css-color, css3-syntax, cucumber, rake
This commit is contained in:
@ -4,3 +4,8 @@
|
||||
set number " line numbers
|
||||
set nocompatible " choose no compatibility with legacy vi
|
||||
set nowrap " don't wrap lines
|
||||
|
||||
augroup VimCSS3Syntax
|
||||
autocmd!
|
||||
autocmd FileType css setlocal iskeyword+=-
|
||||
augroup END
|
||||
|
Reference in New Issue
Block a user