thisisrandy
thisisrandy
Make sure these boxes are checked! 📦✅ - [ x] You have the latest version of `rustfmt` installed ```bash $ rustup component add rustfmt ``` - [ x] You ran...
EDIT: I fibbed a bit on a couple of points (~~struckout~~ below). Not that it's relevant, but to be clear, chrome is not a snap on Ubuntu, but rather a...
This fixes /issues/14 for me (I have coc.nvim checked out from the release branch). Additionally, there was some other race-condition-like behavior going on where the on_stdout callback was apparently entered...
As the video below demonstrates, context doesn't update when switching buffers with [fzf.vim](https://github.com/junegunn/fzf.vim). The video also demonstrates some other things: 1. Context updates as soon as a scroll action is...
### Your environment Which OS do you use? Ubuntu Which version of GHC do you use and how did you install it? 9.4.4 / ghcup. Note that issue repros with...
Fixes #72
On most systems, echo ... >> file will create a new file with permissions set to 664. However, .zsh_history_ext should be 600, the same as .zsh_history. I've created #10 to...
### Describe the bug When one formats lines using `gq{motion}`, the motion is over-stepped when `highlight` is enabled. This has only been observed in `typescript` so far but may not...
Adds total_lines_in_location option to display location as `current_line/total_lines:current_col`. Two notes: 1. I modeled `location.lua` off of `fileformat.lua` in order to have access to `self.options`. This may not be the best...