Last active
May 13, 2019 09:08
-
-
Save robophil/794b2487d5fde91e80f364d460280177 to your computer and use it in GitHub Desktop.
configuration for my per project .vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/othree/javascript-libraries-syntax.vim