Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

めんどくさくてプラグインとか入れない時の.vimrc

$
0
0

プラグインもいれないで、いまを生きる君のためのvimの設定

~/.vimrc
"" 色の設定" シンタックスオン(色つける)syntaxon" 色テーマの指定(おまかせ)colorscheme darkblue

" 現在のカーソルの色をつけるsetcursorlinehi Comment ctermfg=103hi CursorLine term=none cterm=none ctermbg=17 guibg=236" 検索したときのハイライトをつけるsethlsearch" 行番号の表示setnumber" 折り返しオフsetnowrap"" 補完系(せっかくデフォであるのでいれておく)" オムニ補完の設定(insertモードでCtrl+oで候補を出す、Ctrl+n Ctrl+pで選択、Ctrl+yで確定)setomnifunc=pythoncomplete#Complete
setomnifunc=javascriptcomplete#CompleteJS
setomnifunc=htmlcomplete#CompleteTags
setomnifunc=csscomplete#CompleteCSS
setomnifunc=xmlcomplete#CompleteTags
setomnifunc=phpcomplete#CompletePHP

" ステータスラインの設定setcmdheight=1setlaststatus=2setstatusline=%<%F\ %m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).']['.&ff.']'}%=%l,\ [TYPE=%Y]\ [ASCII=\%03.3b]\ [HEX=\%02.2B]\ %c%V%8P

" Ctrl-L で検索ハイライトを消す
nmap <C-l><C-l>:nohlsearch<CR>

githubにもあげたくない。


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>