Neal Joslin

Results 5 issues of Neal Joslin

Using the `(leader)j` or `(leader)k` sometimes breaks. More than likely it's due to me upgrading to Vim 9.0, my odd tabbing of JQuery objects and the folding I've provided a...

## Issue description Saving an edit with async mode sometimes chops of the first character. Happens when searching entire moderately sized projects and editing many files. **Examples:** *updating Javascript Versions...

Fixes conflict specifically with [vim-qf](https://github.com/romainl/vim-qf)'s QuickFix functions. QuickFix, in general, should be skipped with this function Issue could effect other Plugins in similar situations, but this commit only solves QuickFix....

I'd like to propose having `make_daily_buffer` preload `org-roam.config.extensions.dailies.Templates` or at least have it be an option. Having to create "today" with `ndD`, while do-able, seems unnecessary when trying to keep...

enhancement
help wanted

This is most likely user error. I'm using dotenv.vim to load my database into the plugin using the string `mysql://user:pass@localhost:3306/mydb`. I am using MariaDB, but usually it's a 1-1 with...