Skip to content

Commit

Permalink
Allow stylesheets to autocomplete hyphenated words
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeicher committed Jul 20, 2014
1 parent 3cb5ef5 commit 8aecd1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aecd1f

Please sign in to comment.