Tommy Allen

Results 89 comments of Tommy Allen

So, I lied about taking a break from this. I added `[J` and `[K` for moving to segments with lower indent levels and `]J` and `]K` for moving to segments...

Hmm, I thought about the functional approach to defining colors but it seemed a little awkward for configuration. What if it was a sort of schema for the dict? ```vim...

Thanks. I need to take some time to review the code again and make tests for it. I apparently broke the packaged theme loading as well.

@wsdjeg This is a problem I'm working on. All of the logic for gathering the flags are in the deoplete source. It needs to be moved to a reusable Python...

Sorry for the delay. What's the contents of `compile_commands.json`? This sounds like it's a problem with that file not being valid JSON.

@Shougo I was trying to take a look, but I can't seem to get logging to work.

Also, the reason for having the min length set to `0` was because it relied on the `auto_complete_delay` to get the "min length" from human behavior instead of an arbitrary...

> Why does not use input_pattern feature? It was deferred to `get_complete_position()` because pattern has to be slightly different for ObjC and C++. I can't remember the exact reason I...

No. I couldn't think of a reason why `compile_commands.json` would be outside of the project directory. What's your scenario?

I'm not familiar with Meson, but I understand the problem now. I keep `cwd` as the project root so I don't have to screw around with paths in the compiler...