エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Windows7 32bitのPowerShellでdein.vimとckw-modを使う - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Windows7 32bitのPowerShellでdein.vimとckw-modを使う - Qiita
set tabstop=4 set shiftwidth=4 set hlsearch set ignorecase set smartcase set smartindent set expa... set tabstop=4 set shiftwidth=4 set hlsearch set ignorecase set smartcase set smartindent set expandtab nmap <Esc><Esc> :nohlsearch<CR><Esc> let s:dein_dir = expand('~/.cache/dein') let s:dein_repo_dir = s:dein_dir . '/repos/github.com/Shougo/dein.vim' "set runtimepath+=~/.vim/dein/repos/github.com/Shougo/dein.vim " これではだめだったので set runtimepath+=C:\Users\USERNAME\.cache\dein\repos\github.com\Shougo\

