2014-05-09 15:12:52 -04:00
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
" => my custom settings
|
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
set number " line numbers
|
|
|
|
set nocompatible " choose no compatibility with legacy vi
|
|
|
|
set nowrap " don't wrap lines
|
2014-05-09 15:25:01 -04:00
|
|
|
|
|
|
|
augroup VimCSS3Syntax
|
|
|
|
autocmd!
|
|
|
|
autocmd FileType css setlocal iskeyword+=-
|
|
|
|
augroup END
|