From 0ad158fcc8da7bbf8ebcd91b06211069c1f4d8f4 Mon Sep 17 00:00:00 2001 From: "Adam A.G. Shamblin" Date: Sat, 19 Apr 2014 18:13:01 -0600 Subject: [PATCH] Local vim updates. --- dotbash_profile | 2 +- dotvimrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dotbash_profile b/dotbash_profile index 5cb46f1..52a6a4e 100644 --- a/dotbash_profile +++ b/dotbash_profile @@ -1,5 +1,5 @@ export CLICOLOR=1 -export PATH=~/bin:/usr/local/bin:$PATH +export PATH=~/bin:/usr/local/bin:~/.rvm/bin:$PATH export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH" YELLOW=$(tput setaf 136); diff --git a/dotvimrc b/dotvimrc index e8dc175..527da0a 100644 --- a/dotvimrc +++ b/dotvimrc @@ -22,8 +22,11 @@ autocmd FileType make setlocal noexpandtab au BufNewFile,BufRead *.json set filetype=javascript au BufNewFile,BufRead /usr/local/nginx/conf/* set filetype=nginx +au BufNewFile,BufRead *.less set filetype=less au BufNewFile,BufRead *.md setlocal textwidth=80 au BufWritePost *.py call Flake8() au BufWritePost *.js :JSHint +au BufNewFile,BufRead *.dat setlocal noexpandtab + call pathogen#infect() -- 2.39.5