Ellie Hermaszewska
Ellie Hermaszewska
Another solution is to always break before the operator on overlong lines. This avoids having to special case some set of operators. Is the decision to break after operators arbitrary...
My preference is for the third option ```haskell Opts strOption ( long "bucket" metavar "BUCKET" help "What bucket?" value defaultBucket ) ```
Neovim supports the GUI passing the command key already: https://github.com/neovim/neovim/commit/99d4c8c29c4a9371c268cc20e4805709d86fb686
neovim-e will have to implement this functionality, it looks as though iterm does it already. Apologies for not being more clear in my earlier message, I was in a bit...
It might be worth noting that I can create a new split with ctrlp by opening a file with ``
Great, that should be enough :) Thanks!
I've noticed this behavior with other plugins too such as ghc-mod, it would be great to see this fixed. I'm not an expert in either code base, but this looks...
@DarkDefender For the most part this seems to be working really nicely. I'm not able to complete symbols from other header files for some reason though. To reproduce: Create `b.h`...
In my fiddling I set `min_pattern_length` to 0, however this seemed to lead to the popup menu being open constantly, something quite annoying. Although I'm unable to get completions for...
That works a little better for suggesting completions after typing a period, however completions are still suggested after typing other characters such as semicolon or parentheses. It doesn't seem to...