1
0
Fork 0
mirror of synced 2024-06-28 19:51:08 -04:00
ultimate-vim/my_configs.vim
2014-05-09 21:25:01 +02:00

12 lines
415 B
VimL

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => my custom settings
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
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