Kyle L. Davis

Results 44 comments of Kyle L. Davis

For reference, here are some links. [WakaTime Dev Docs](https://wakatime.com/developers) [WakaTime GitHub](https://github.com/wakatime)

I'm referring to embedded syntax highlighting inside vim files. For example, Python inside the `py3

So I was looking over it recently, and just tonight. Recently, I switched to `vim-plug` which was set to only load `vim-css-color` for CSS files, so it looked like something...

I've had this issue as well, with different languages. Most notably on a pull request branch that's working on Python indentation. So I suspect it's an issue with tree-sitter indent.scm...

I'm having a similar issue on Windows with the `fd` CLI utility. It won't pass my glob strings unless I use `\"**/*.json"` which really throws me off. How do I...

I've been running one of those versions for a while, and it looks like other people have too, without any serious issues.

What would you want to trigger the auto-save? Some amount of idle time?

IMHO Due to how Helix likes to handle things, wouldn't it make more sense to go to the project root directory, like a "home" equivalent, with the fallback being the...

I've had no end to issues trying to set a base path. Nothing works the way I would expect it to (web and fullstack) and workarounds have been giving strange...

@bobhy Instead of using the external command, you can use the built-in `echo`: `echo '**/*.json'` I don't think this can be fixed with external commands since they're external and out-of-scope...