瀏覽代碼

~/.vimrc: s/foreplay/fireplace/

Lucas Stadler 12 年之前
父節點
當前提交
cc518493da
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .vimrc

+ 1 - 1
.vimrc

@ -17,7 +17,7 @@ if isdirectory($HOME . '/.vim/bundle/vundle')
17 17
	Bundle 'bitc/vim-hdevtools'
18 18
	au FileType haskell noremap <buffer> \ht :HdevtoolsType<CR>
19 19
	au FileType haskell noremap <buffer> \hc :HdevtoolsClear<CR>
20
	Bundle 'tpope/vim-foreplay'
20
	Bundle 'tpope/vim-fireplace'
21 21
22 22
	Bundle 'airblade/vim-gitgutter'
23 23
	highlight SignColumn ctermbg=0