diff --git a/vimrc b/vimrc index 38ec661..b6765a8 100644 --- a/vimrc +++ b/vimrc @@ -55,6 +55,10 @@ Plug 'vim-airline/vim-airline-themes' " Plug 'w0rp/ale' " Solalized Theme Plug 'altercation/vim-colors-solarized' +" JSX and Javascript +Plug 'pangloss/vim-javascript' +Plug 'leafgarland/typescript-vim' +Plug 'peitalin/vim-jsx-typescript' " Initialize plugin system call plug#end() @@ -216,12 +220,13 @@ map tm :tabmove " split window navigation map ws :sp map w/ :vsp +" equalize all window sizes map w= = -map wd q -map w k -map w j -map w l -map w h +map wd +map w +map w +map w +map w map ll :NERDTreeToggle " no at the end to be able to submit bookmark map lo :NERDTree