Edmund Cape
Edmund Cape
So, once I add a `[lib]` entry in cargo, it punches out what I would expect: ```fish > cargo modules generate tree --package oauth --lib crate oauth ├── mod config:...
I was able to get `ghc-mod` to compile using `stack` and the extra-deps provided. However, `ghc-mod version 5.9.0.0 compiled with GHC 8.2.2` still continues to generate the `could not find...
Are there any specific tasks that could be divided up to get ghc-mod compatible with 8.4?
Good point. How about collecting a list from users, and/or giving examples of a few plugins that might conflict? Generally, it's a plugin that relies on `Conceal`. There is a...
@fender @expipiplus1 Thank you both. @fendor > not just the generated code-action Can you tell me more about this? My understanding of what `hsimport` enables is that it will either...
@fender When you say *local*, do you mean in my project? I ask because during the install of `hie` it instructs the user to install the hoogle docs for the...
@fender Great. So, from command line I can search eg., "MonadState" and pull up a bunch of results. However, in my project from within neovim, I'm getting a "Not in...
It would be great. Having done an hour or two of reading various specs, I'm beginning to think the precise manner by which `tonic_build` works with multiple files is an...
Suggested copy for the tutorial. Scope: `proto -> rust` ## With the end in mind ```rs /// run tokio main #[tokio::main] async fn main() -> Result { let addr =...
Temporary work-around: I manually set the keybindings in my Neovim configuration file. E.g., ``` map w (easymotion-bd-w) nmap w (easymotion-overwin-w) ``` The plugin now kicks-in as expected.