You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
264 B
VimL

filetype plugin on
filetype indent on
syntax enable
set autoindent
set smartindent
set expandtab
set smarttab
set tabstop=4
set shiftwidth=4
set autoread
set showmatch
set mat=2
set ruler
set nohls
set incsearch
au BufNewFile,BufRead *.less set filetype=less