Dougie Beney

Results 18 issues of Dougie Beney

First of all, thank you for creating this!! Spent half a day tweaking around with my own string concatenation functions only to find yours to work....much better! In this pull...

This pull request: - Offers safer install instructions to use the package in a virtualenv. You should avoid using `pip` as sudo. (Everything still functions fine for those who do...

Hi, Wonderful work with this! I've added support for Qarma to my [Vim picker plugin, Pickachu](https://github.com/DougBeney/pickachu). This made the plugin much better for KDE users. I was just wondering how...

[Here is a GIF to show what is happening](https://media.giphy.com/media/NUuBq60xH6858dL6Ep/giphy.gif) After expanding a tag, a bunch of trailing whitespace is generated (A bunch of tabs on blank lines). I have tried...

Sorry for a super newbie question but I've been reading up on tree-sitter all day and still feel pretty lost. I've been reading the [tree-sitter](https://tree-sitter.github.io/tree-sitter/) docs as well as the...

Let's say this is your class: ```c++ class Person { MyCustomList children() const; } ``` When you implement that children function with srefactor it will look like this: ``` MyCustomList...

Just installed this package and I'm not having any luck getting it to open a terminal. I tried tweaking the settings to see if iTerm would open, but that didn't...

bug
help wanted

EDIT: Not sure if this project is dead. For anyone that wants to try out the new features, here is the repo: https://github.com/dougbeney/vim-reddit Hello, Had a bit of fun today...