1
0
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:
Mirosław Pragłowski
2014-05-09 21:25:01 +02:00
parent 2360e84aea
commit 1b24133310
5 changed files with 9 additions and 0 deletions

View File

@ -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