lvremoveで論理ボリュームが存在しているのに、「not found」となり削除できない
One minute to read
" NeoBundleを初期化
call neobundle#begin(expand('
/.vim/bundle/'))
" インストールするプラグインをここに記述 NeoBundle 'Shougo/unite.vim' NeoBundle 'Shougo/vimfiler'
call neobundle#end()
" ファイルタイプ別のプラグイン/インデントを有効にする filetype plugin indent on
" プラグインのチェック NeoBundleCheck
ここから下に色々設定
最後に下記を実行 :NeoBundleInstall ファイルのツリー表示プラグイン:NERDTree [#xebc8c6e]
$ git clone https://github.com/powerline/fonts.git $ cd fonts $ ./install.sh $ echo "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699" ± ➦ ✘ ⚡ ⚙ note:文字化けが解消しない場合、itermで使用しているフォントの問題の可能性があります。iterm上でpowerlineとついたフォントを選択すると、解消する可能性があります。 gitも補完対象にする [#z08f9466]