Skip to content

Instantly share code, notes, and snippets.

@robophil
Last active May 13, 2019 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robophil/794b2487d5fde91e80f364d460280177 to your computer and use it in GitHub Desktop.
Save robophil/794b2487d5fde91e80f364d460280177 to your computer and use it in GitHub Desktop.
configuration for my per project .vimrc
let $PATH = './node_modules/.bin:' . $PATH
let g:used_javascript_libs = 'react'
autocmd BufNewFile,BufEnter **/*.js setlocal filetype=javascript.jsx
if filereadable(".ctrlpignore")
let g:ctrlp_user_command = 'find %s -type f | grep -v "`cat ./.ctrlpignore`"'
endif
@robophil
Copy link
Author

https://github.com/othree/javascript-libraries-syntax.vim

git clone git@github.com:othree/javascript-libraries-syntax.vim.git ~/.vim/bundle/javascript-libraries-syntax.vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment