Allow stylesheets to autocomplete hyphenated words
This commit is contained in:
parent
3cb5ef5ccb
commit
8aecd1f2ef
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue