updated doc slightly + frege

This commit is contained in:
Yann Esposito 2014-07-10 17:01:55 +02:00
parent 646f53427d
commit 544fdd4aa4
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ The `vimrc` file should be easy to understand and contains almost everything.
git clone https://github.com/yogsototh/vimrc.git .vim
ln -s .vim/vimrc .vimrc
vim +BundleInstall +qall
cd ~/.vim/bundle/vimproc.vim && make
for Haskell

3
vimrc
View file

@ -93,6 +93,8 @@ function! SetToCabalBuild()
endfunction
autocmd BufEnter *.hs,*.lhs :call SetToCabalBuild()
" -- Frege
autocmd BufEnter *.fr :filetype haskell
" -- vim-gitgutter
highlight clear SignColumn
@ -120,6 +122,7 @@ call unite#filters#matcher_default#use(['matcher_fuzzy'])
" search a file in the filetree
nnoremap <space><space> :split<cr> :<C-u>Unite -start-insert file_rec/async<cr>
nnoremap <space>f :split<cr> :<C-u>Unite file<cr>
nnoremap <space>g :split<cr> :<C-u>Unite -start-insert file_rec/git<cr>
" make a grep on all files!
nnoremap <space>/ :split<cr> :<C-u>Unite grep:.<cr>
" see the yank history