]> Vexing Labs - dotfiles.git/commitdiff
Add filetype associate for Jenkinsfile
authorAdam A.G. Shamblin <zeroecks@tutanota.com>
Wed, 24 Jan 2018 16:30:45 +0000 (09:30 -0700)
committerAdam A.G. Shamblin <zeroecks@tutanota.com>
Wed, 24 Jan 2018 16:30:45 +0000 (09:30 -0700)
dotvimrc

index 36b2ef12ceff9d61cee7e273d8177f9e991864ac..3ac48b441bb1002527d82186bdd3cc1d80e9607c 100644 (file)
--- a/dotvimrc
+++ b/dotvimrc
@@ -45,7 +45,6 @@ map <C-S-tab> :tabprevious<cr>
 set wildignore+=**/node_modules,**/node_modules/*,**/target,**/target/*,coverage/*,*.log,test/output
 
 let mapleader=","
-"let g:CommandTAcceptSelectionTabMap='<CR>'
 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()