From e34381fe361d54c727fcbb6e9feb3a65def647eb Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 18 Jan 2015 21:46:45 -0600 Subject: [PATCH] typescript udpates --- vim/vim.symlink/snippets/typescript.snippets | 4 ++-- vim/vim.symlink/spell/en.utf-8.add | 1 + vim/vim.symlink/spell/en.utf-8.add.spl | Bin 877 -> 884 bytes vim/vimrc.symlink | 4 +++- zsh/zshrc.symlink | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/vim/vim.symlink/snippets/typescript.snippets b/vim/vim.symlink/snippets/typescript.snippets index 1ad4366..7675b1e 100644 --- a/vim/vim.symlink/snippets/typescript.snippets +++ b/vim/vim.symlink/snippets/typescript.snippets @@ -1,8 +1,8 @@ snippet ref /// snippet des - describe('${1}', ()=> { + describe('${1}', () => { }); snippet it - it('${1}', ()=> { + it('${1}', () => { }); diff --git a/vim/vim.symlink/spell/en.utf-8.add b/vim/vim.symlink/spell/en.utf-8.add index e5674f4..964d18e 100644 --- a/vim/vim.symlink/spell/en.utf-8.add +++ b/vim/vim.symlink/spell/en.utf-8.add @@ -45,3 +45,4 @@ polyfill frontend Backend CSS +SVG diff --git a/vim/vim.symlink/spell/en.utf-8.add.spl b/vim/vim.symlink/spell/en.utf-8.add.spl index b58e2305bfeaab2169883b50a74f221fba0cb0f0..196cdcf8c87a5adfa00fcf150d852639a6feb198 100644 GIT binary patch delta 44 zcmaFM_Jxfv%+t5HAT=k)=syDkmq :MarkedQuit nmap s :SyntasticToggleMode " allow es5 mode when looking at TypeScript -let g:syntastic_typescript_tsc_args = '--module amd --target ES5' +let g:syntastic_typescript_tsc_args = '--module amd --target ES5 --noImplicitAny' +let g:syntastic_typescript_checkers = ['tslint'] +let g:syntastic_javascript_checkers = ['jshint', 'jscs'] " CtrlP ignore patterns let g:ctrlp_custom_ignore = { diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index c921843..7b13d52 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -57,7 +57,7 @@ source `brew --prefix`/etc/profile.d/z.sh # Base16 Shell if [ -z "$THEME" ]; then - export THEME="base16-atelierlakeside" + export THEME="base16-pop" fi if [ -z "$BACKGROUND" ]; then export BACKGROUND="dark"