Bob Whitelock
Bob Whitelock
Might improve recent performance problems been having with COC, ALE
In particular `choose`, but errors on install from AUR
Maybe try https://stackoverflow.com/a/12922629, combined with current setup in https://github.com/bobwhitelock/dotfiles/blob/master/git_template/hooks/ctags etc
`vim-test` with `tslime` possibly already handles this correctly, using the above in a custom test command seems to work fine (so while this is an issue it's not a big...
I was having issues in my program with the normal `terminaltables` output being messed up when piped through `less`; I switched to using a table from this PR and it...
When you `npm install -g elm-test` you're installing https://github.com/rtfeldman/node-test-runner, which includes the `elm-test` CLI tool for running `elm-test` tests, whereas this repo is for the Elm library for writing Elm...
You might also be interested in https://github.com/wfxr/tmux-fzf-url, lets you select between all URLs in the current pane via FZF :slightly_smiling_face:.
For what it's worth I use https://github.com/rgrinberg/vim-operator-gsearch, which provides exactly this (if I'm reading this issue right :) )
You might also be interested in https://github.com/Julian/vim-textobj-variable-segment, I find the two work well together and let you work with parts of variables seamlessly, in the same way that full words...
For what it's worth: I can't reproduce this on Chrome 66.0.3359.117 (Official Build) (64-bit), but I can on Firefox 61.0.2 (64-bit), both on Linux, so possibly this is Firefox-related.