Sean Harding

Results 18 comments of Sean Harding

Here is a link to the 4v2 ordered list issue: https://github.com/DavidAnson/markdownlint/issues/158

It would be nice to have a `scoop uninstall -a` and `scoop update -a` for uninstalling and updating all packages. `scoop uninstall .` is a little too easy to type...

My bad - network problem got me, thought it wasn't working 😅 - I was having some serious intermittent network connection problems.

I am not too familiar with creating homebrew packages, if anyone else sees this and takes it I owe them one. Later if I have more time I will try...

I see this problem running Ubuntu 20.04 as well. lattice flavor always results in seg fault although with much less info than the above. I just get `Segmentation fault (core...

The PDF I discovered this on, I am unfortunately not able to share. I also don't have the tools to create a PDF on my machine. I generally avoid working...

This has happened to me just now, fixed it same as above by deleting shada folder: `rm -rf ~/.local/share/nvim/shada` or `rm -rf $HOME/.local/share/nvim/shada` in case your tilde expansion isn't working...

@OmeletWithoutEgg As a note, add this to your init.vim (`~/.config/nvim/init.vim`): ```nvim " Install Hologram with Plug Plug 'edluffy/hologram.nvim' " Setup Hologram lua

This would be nice to automate opening date-stamped files or sets of files with `*` wildcards. Would also greatly help if we could do sub command execution or use a...