1
0
Fork 0
mirror of synced 2024-07-01 04:51:10 -04: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