Daniel
Daniel
P. S. The floater is a great idea. I didn't get into the guts of `vim.api.nvim_open_win()` and didn't think about how to control it (close it? make it stick? move...
Erm the autodiscovery thing seems nice, but it is a challenging start that stretches the automation a bit too far. Also, it may lead to strange effects. For example, I...
Btw I've made some updates to the gist: it is a Telescope extension now and uses your reference code for the split window, so now hitting `` in the picker...
UPD: I've updated the gist to be more flexible. Now one can configure the locations and also provide a custom predicate for detecting the model file (by default it is...
UPD: implemented a simple PHP-based discovery, check out the gist
@dorkster100 that requires a dependency => project changes + handling cases when it's not installed in the plugin. IMHO while it is that simple we can use it as is....
Some 3 second research: ``` [10:19:21] (000) naquad@new-nq main ◼ ~/p/m/m/sandbox ❯❯❯ sail artisan tinker --help ... skip ... --execute[=EXECUTE] Execute the given code using Tinker ``` The container problem...
It helps indeed! Thank you. I've had to tweak it a bit for my config, but it seems to be working as expected. I'll play with it for the next...
Just in case, here's a somewhat tweaked version using autocmd API & matching rather than code checks: ```lua local luasnip = require('luasnip') local unlinkgrp = vim.api.nvim_create_augroup( 'UnlinkSnippetOnModeChange', { clear =...
Yeah, I get that running not just a browser but a bunch of browsers is a pain. I've been thinking about an ad-hoc hack for Matplotlib: X11 and Win64 both...