Adds i3 config syntax and makes i3 config file fold
This commit is contained in:
parent
8ceb861ccc
commit
1b6ec60917
3 changed files with 10 additions and 0 deletions
6
.vimrc
6
.vimrc
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue