Skip to content

Commit

Permalink
New node version, background=dark
Browse files Browse the repository at this point in the history
  • Loading branch information
alFReD-NSH committed Aug 21, 2012
1 parent 49ebd75 commit 16b76c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bashrc
Expand Up @@ -151,10 +151,12 @@ export -f vimo

# Some nvm related stuff...
. ~/nvm/nvm.sh
nvm use v0.6.19
nvm use v0.8.6
[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion

# VIM bash bindings FTW!
set -o vi

PATH="~/packages/bin/:$PATH"

export LD_LIBRARY_PATH="/home/alfred/iCall/libs"
6 changes: 4 additions & 2 deletions vimrc
Expand Up @@ -27,8 +27,8 @@ let g:JSLintHighlightErrorLine = 0

" File types and plugins
au! BufRead,BufNewFile *.coffee set filetype=coffee
au! BufRead,BufNewFile *.less set filetype=less
au! BufRead,BufNewFile *.json set filetype=json
au! BufRead,BufNewFile *.less set filetype=less
au! BufRead,BufNewFile *.json set filetype=json

fun! s:DetectNode()
if getline(1) == '#!/usr/bin/env node'
Expand Down Expand Up @@ -69,3 +69,5 @@ function! VaryTabs()
endif
endfunction
inoremap <Tab> <C-R>=VaryTabs()<CR>
set background=dark

0 comments on commit 16b76c1

Please sign in to comment.