- https://github.com/vim-erlang/vim-erlang-runtime
- syntax indent
- https://github.com/vim-erlang/vim-erlang-tags
- tags ファイル作成用実行ファイルと専用 tagjump コマンドがついてくる
- https://github.com/vim-erlang/vim-erlang-compiler
- flymake compiler
- https://github.com/vim-erlang/vim-erlang-omnicomplete
- オムニ補完
- https://github.com/Shougo/neocomplete.vim
This file contains 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
## Alert | |
- https://github.com/juliancwirko/react-s-alert | |
- https://github.com/schiehll/react-alert | |
## Modal | |
- https://github.com/reactjs/react-modal | |
## Toolkit | |
https://github.com/uiw-react/uiw |
This file contains 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
import React, { Component } from 'react'; | |
import { | |
AppRegistry, | |
StyleSheet, | |
Text, | |
TouchableHighlight, | |
View | |
} from 'react-native'; | |
import {withFlux, dispatchable} from 'flumpt' |
This file contains 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 g:memolist_path = "~/Dropbox/vim/memolist" | |
let g:memolist_template_dir_path = "~/.vim/template/memolist" | |
let g:memolist_memo_suffix = "md" | |
let g:memolist_memo_date = "%Y-%m-%d" | |
let g:memolist_prompt_tags = 1 | |
let g:memolist_qfixgrep = 1 | |
let g:memolist_filename_prefix_none = 1 | |
let g:memolist_unite = 1 | |
let g:memolist_unite_source = "file_rec" | |
let g:memolist_unite_option = "-auto-preview -start-insert" |
This file contains 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
~/.zsh/site-functions/_git を作成 | |
$FPATH に~/.zsh/site-functions を追加する | |
$ export FPATH=~/.zsh/site-functions:$FPATH |
http://mobz.github.io/elasticsearch-head/
定番 plugin. なんだかんだ言ってこれが一番便利。
This file contains 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
noremap <Up> :<C-u>echohl WarningMsg \| echo "Don't use Up key!!! Press [k]" \| echohl None<CR> | |
noremap! <Up> <ESC>:<C-u>echohl WarningMsg \| echo "Don't use Up key!!! Press [ESC][k]" \| echohl None<CR> | |
noremap <Down> :<C-u>echohl WarningMsg \| echo "Don't use Down key!!! Press [j]" \| echohl None<CR> | |
noremap! <Down> <ESC>:<C-u>echohl WarningMsg \| echo "Don't use Down key!!! Press [ESC][j]" \| echohl None<CR> | |
noremap <Left> :<C-u>echohl WarningMsg \| echo "Don't use Left key!!! Press [l]" \| echohl None<CR> | |
noremap! <Left> <ESC>:<C-u>echohl WarningMsg \| echo "Don't use Left key!!! Press [ESC][l]" \| echohl None<CR> | |
noremap <Right> :<C-u>echohl WarningMsg \| echo "Don't use Right key!!! Press [h]" \| echohl None<CR> | |
noremap! <Right> <ESC>:<C-u>echohl WarningMsg \| echo "Don't use Right key!!! Press [ESC][h]" \| echohl None<CR> | |
noremap <BS> :<C-u>echohl WarningMsg \| echo "Don't use BackSpace key!!! Press [ctrl-h]" \| echohl None<CR> | |
noremap! <BS> <ESC>:<C-u>echohl WarningMsg \| echo "Don't use BackSpace key! |
- 6.4 x86_64
- VMware Fusionに追加して起動するところまでやる。
- shutdownする
- http://downloads.vagrantup.com/
- v1.1.5(現時点最新)をダウンロードしてインストール
- OSXなのでVagrant.dmg
- インストール確認
$ vagrant -v
Vagrant version 1.1.5
NewerOlder