tweak formatting for xml files
This commit is contained in:
parent
474306b18a
commit
e64f3b88f8
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -37,6 +37,7 @@ autocmd FileType python setlocal et ts=4 sw=4
|
|||
autocmd FileType qml setlocal et ts=4 sw=4
|
||||
autocmd FileType markdown setlocal spell spelllang=en_us cc= wrap
|
||||
autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap
|
||||
autocmd FileType xml setlocal et ts=2 sw=2
|
||||
|
||||
nmap <F4> :set spell!<CR>
|
||||
nmap <F3> :set list!<CR>
|
||||
|
|
Loading…
Reference in a new issue