.vimrc: Auto command for XML file type.
This commit is contained in:
parent
79768a8836
commit
e2bbcd88bf
1
.vimrc
1
.vimrc
@ -49,6 +49,7 @@ au FileType mail set tw=72 spell spelllang=en_us nonumber
|
|||||||
au FileType gitcommit set tw=72 spell spelllang=en_us nonumber
|
au FileType gitcommit set tw=72 spell spelllang=en_us nonumber
|
||||||
au BufNewFile,BufRead *.phtml set tabstop=2 shiftwidth=2
|
au BufNewFile,BufRead *.phtml set tabstop=2 shiftwidth=2
|
||||||
au FileType html set tabstop=2 shiftwidth=2
|
au FileType html set tabstop=2 shiftwidth=2
|
||||||
|
au FileType xml set tabstop=2 shiftwidth=2
|
||||||
|
|
||||||
" keyboard shortcuts
|
" keyboard shortcuts
|
||||||
nmap <leader>l :set list!<CR>
|
nmap <leader>l :set list!<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user