Adds i3 config syntax and makes i3 config file fold

This commit is contained in:
Jonathan Hodgson 2019-01-22 08:29:04 +00:00
parent 8ceb861ccc
commit 1b6ec60917
3 changed files with 10 additions and 0 deletions

6
.vimrc
View file

@ -519,6 +519,12 @@ augroup latex
autocmd FileType tex,latex vnoremap <localleader>P :!pandoc -t markdown -f latex --wrap=preserve --atx-headers<cr>
augroup END
" Make vim fold using markers {{{2
augroup file_i3
autocmd!
autocmd FileType i3config setlocal foldmethod=marker foldenable
augroup END
" Make vim fold using markers {{{2
augroup file_vim
autocmd!