1
0
Fork 0
mirror of synced 2024-12-25 00:03:20 -05:00
ultimate-vim/my_configs.vim
2014-05-09 21:25:01 +02:00

11 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