From 6604e07ce891df38e472d4926646a76ca3a2b693 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 2 Feb 2021 16:47:37 +0500 Subject: Updates. --- files/.vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'files/.vimrc') diff --git a/files/.vimrc b/files/.vimrc index 251505d..90e8733 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -447,8 +447,18 @@ endif if executable('xmlstarlet') command -range Format ,!xmlstarlet format endif + +command Jira %!pandoc --to=jira " }}} " Filetype {{{ +" Vundle {{{ + +augroup ft_vundle + au! + au FileType vundlelog setlocal nospell +augroup END + +" }}} " XML {{{ augroup ft_xml -- cgit v1.2.3