Skip to content

Instantly share code, notes, and snippets.

@sdemjanenko
Created November 26, 2019 05:24
Show Gist options
  • Save sdemjanenko/78c46c461668e1fb3bbf8ea7a59c2dca to your computer and use it in GitHub Desktop.
Save sdemjanenko/78c46c461668e1fb3bbf8ea7a59c2dca to your computer and use it in GitHub Desktop.
" vim-fugitive
nnoremap <leader>gb :Gblame<CR>
" command-t
let g:CommandTWildIgnore=&wildignore . ",*/bower_components,*/node_modules,*/log,*/tmp,*/vendor/bundle"
let g:CommandTFileScanner="git"
let g:CommandTInputDebounce=100
" vim-jsx
let g:jsx_ext_required = 0
" vim-javascript
let g:javascript_enable_domhtmlcss=1
" ale
" https://drivy.engineering/setting-up-vim-for-react/
let g:ale_sign_error = '●'
let g:ale_sign_warning = '●'
let g:ale_lint_on_enter = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment