Allow stylesheets to autocomplete hyphenated words

This commit is contained in:
Robert Speicher 2014-07-20 19:43:25 -04:00
parent 3cb5ef5ccb
commit 8aecd1f2ef

3
vimrc
View file

@ -52,6 +52,9 @@ augroup vimrcEx
" Automatically wrap at 80 characters for Markdown
autocmd BufRead,BufNewFile *.md setlocal textwidth=80
" Allow stylesheets to autocomplete hyphenated words
autocmd FileType css,scss,sass setlocal iskeyword+=-
augroup END
" Softtabs, 2 spaces