From: Adam A.G. Shamblin Date: Wed, 24 Jan 2018 16:30:45 +0000 (-0700) Subject: Add filetype associate for Jenkinsfile X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=7bb377cf03caf6f90a9d2d7616c85d9d8e7b8654;p=dotfiles.git Add filetype associate for Jenkinsfile --- diff --git a/dotvimrc b/dotvimrc index 36b2ef1..3ac48b4 100644 --- a/dotvimrc +++ b/dotvimrc @@ -45,7 +45,6 @@ map :tabprevious set wildignore+=**/node_modules,**/node_modules/*,**/target,**/target/*,coverage/*,*.log,test/output let mapleader="," -"let g:CommandTAcceptSelectionTabMap='' let NERDTreeRespectWildIgnore=1 let NERDTreeShowHidden=1 let NERDTreeIgnore=['\.pyc$', '__pycache__'] @@ -98,6 +97,7 @@ au BufNewFile,BufRead *.ts set filetype=typescript au BufNewFile,BufRead Podfile,*.podspec set filetype=ruby au BufNewFile,BufRead /usr/local/nginx/conf/* set filetype=nginx au BufNewFile,BufRead *.less set filetype=less +au BufNewfile,BufRead Jenkinsfile set filetype=groovy au BufNewFile,BufRead *.md,*.txt setlocal textwidth=80 "au BufWritePost *.py call Flake8()