Skip to content

Commit

Permalink
Get rid of unusded things in haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Rodriguez authored and Pedro Rodriguez committed Aug 2, 2014
1 parent 7ca24af commit b3dfb01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions ftplugin/haskell.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,5 @@ set omnifunc=necoghc#omnifunc

nnoremap <Leader>m :w<CR>:make<CR>
nnoremap ght :GhcModType<CR>
nnoremap ghm :GhcModTypeClear<CR>
let g:haskell_shqq = 0 " e and w don't work well in vim2hs if this is not set to zero. https://github.com/dag/vim2hs/issues/72

compiler cabal

set wildignore+=*/cabal-dev/*,*/dist/*,*.hi

1 change: 1 addition & 0 deletions ftplugin/scala.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function! GetPackageForFile()
\ [ '/src/multi-jvm/scala', '/src/multi-jvm/scala' ],
\ [ '/app/model/scala', '/app/model/scala' ],
\ [ '/app/controllers', '/app' ],
\ [ '/app/com', '/app' ],
\ [ '/test/scala', '/test/scala' ]
\ ]
return _GetPackageForFile(regexes)
Expand Down

0 comments on commit b3dfb01

Please sign in to comment.