Quinn Freedman

Results 13 comments of Quinn Freedman

See also, for example: https://discuss.kakoune.com/t/i-have-no-idea-if-kak-lsp-is-running/1093

Thanks. This makes sense. Actually, I got an error whenever I tried to `plug-update` with cargo so I just pulled the binary from releases but it's probably not the same...

I can confirm that I am still getting this error in `2.0.0` (the current version on [package.elm-lang.org](https://package.elm-lang.org/packages/terezka/line-charts/2.0.0/)) and it's causing me a lot of trouble. Is there any chance of...

can you just put multiple `boxShadow` calls in a stylesheet? For example ``` shadowed = styled div [ boxShadow2 3px 3px , boxShadow3 4px 4px red ] ``` If that...

Is this currently working? I tried it out, but when I try to enter jump mode it hangs the whole editor. There is no error log and eventually I have...

After doing a little debugging, it looks like the issue was from the theme I was using (the built-in monokai pro theme). Switching back to the default theme works fine....

Also, a very minor bug: it seems like word-wise jump ignores the last word in the document if there is no trailing newline

Thanks! that worked. Everything seems to be working as expected now

On the subject of themes, would you consider adding a customizable style for the background text in jump mode? (Or does that already exist?) It seems like it's mapped to...

One other quick bug: in `sort_jump_targets`, `cursor` is in screen coordinates but `positions` are in document coordinates. This means that if you jump from deeper in a document, all the...