1
0
Fork 0
mirror of synced 2024-12-25 08:13:20 -05:00
ultimate-vim/my_configs.vim

12 lines
415 B
VimL
Raw Normal View History

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => 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