Skip to content

Instantly share code, notes, and snippets.

@shinshin86
Last active May 22, 2020 13:27
Show Gist options
  • Select an option

  • Save shinshin86/b1437d59c9228852354da0c5a8fdac64 to your computer and use it in GitHub Desktop.

Select an option

Save shinshin86/b1437d59c9228852354da0c5a8fdac64 to your computer and use it in GitHub Desktop.
""""""""""""""""""""""""""""""
" プラグインセットアップ
" (Qiitaの記事内で記述した.vimrc)
"
" URL:
" https://qiita.com/shinshin86/items/eb41e4fb513bb4d3e3cd
"
" インストール(curl使用):
" curl --output ~/.vimrc https://gist.githubusercontent.com/shinshin86/b1437d59c9228852354da0c5a8fdac64/raw/5e735502dd7b986be699c5ca29dbc8119b179420/qiita-2018-12-14.vimrc
""""""""""""""""""""""""""""""
call plug#begin('~/.vim/plugged')
" 日本語help
Plug 'vim-jp/vimdoc-ja'
" fzf
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
call plug#end()
""""""""""""""""""""""""""""""
set encoding=utf-8
set helplang=ja,en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment