Joe Nelson

Results 199 comments of Joe Nelson

Definitely makes sense as a useful feature. The tool to do it (at least as of 2015) was hoobuddy. To learn how to use that, see https://begriffs.com/posts/2015-07-27-haskell-source-navigation.html at about 13:00....

There are some docs here to crib from - http://blog.begriffs.com/2013/08/deploying-yesod-to-heroku-with-postgres.html - http://pbrisbin.com/posts/parsing_database_url/

Thanks for the report. > Recommend adding something like the following lines in the > "setup_haskell.hs" file just before `msg "Setting up GHC if > needed...`: > > ``` >...

That would be very cool. Do you know if there's a command line tool that will show the splices for a given file? If so we could investigate how to...

OK, I think this will do what we need. Just have to add a keybinding (`,hs` maybe) to run that command and then open the result in a new pane....

When you run the haskell-vim-now installer it backs up your old vim config and puts a totally new one in its place. This new vim config won't include the tex...

I can think of two more possible causes: - `/etc/vimrc` contains mappings which are not being set when using another vimrc. Solution: `ln -s /etc/vimrc ~/.vimrc.local`. Haskell vim now will...

@carldong or @SX91 are either of you interested in sending a pull request to do leader override?

Do you see a similar problem between splits in a single window as between tabs?

I'm not sure what this is to be honest. My installation works fine. :(