Skip to content

Instantly share code, notes, and snippets.

@KagamiChan
Last active June 15, 2017 17:50
Show Gist options
  • Save KagamiChan/bfc216fb736b8328eb7502dfae9a69b0 to your computer and use it in GitHub Desktop.
Save KagamiChan/bfc216fb736b8328eb7502dfae9a69b0 to your computer and use it in GitHub Desktop.
vimrc
execute pathogen#infect()
syntax on
filetype plugin indent on
let g:jsx_ext_required = 0
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
set background=dark
colorscheme base16-eighties
set tabstop=2 shiftwidth=2 expandtab
filetype on
au BufNewFile,BufRead *.es set filetype=javascript.jsx
ale
base16-vim
editorconfig-vim
tsuquyomi
vim-airline
vim-airline-themes
vim-javascript-syntax
vim-js-indent
vim-jsx
vim-sensible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment