Skip to content

Commit

Permalink
adding hasktags for easier development
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Aug 12, 2012
1 parent 8733dd9 commit d0f6142
Show file tree
Hide file tree
Showing 2 changed files with 567 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vim.custom
@@ -0,0 +1,12 @@
" Add the following to your .vimrc to automatically load this on startup
" if filereadable(".vim.custom")
" so .vim.custom
" endif

syntax on
set tags=TAGS;/
set listchars=tab:‗‗,trail:‗
set list

map <F2> :exec ":!hasktags -x -c --ignore src"<CR><CR>
" autocmd! bufwritepost *.hs :exec ":!hasktags -x -c --ignore src"

0 comments on commit d0f6142

Please sign in to comment.