Luis Piloto
Luis Piloto
I'm wondering if there's anything to be done about the `noautocmd` wrappers around `enew` in this plugin. It prevents other plugins from knowing that the buffer has changed (e.g. I...
Add functionality to insert a line from comment characters and to toggle back to a blank line. This requires the following modifications: Simple function to insert the line of comment...
Is it possible to download handwritten notes _and_ the template it was written on as a PDF? Right now all I get is my handwritten notes as a PDF, but...
I'd like to have a mirrored directory on my server and remarkable where changes on either end get reflected on the other side. Right now, it seems you have to...
Is there any way to display multiple sources at the same time? For example, displaying a tree whose root node has two children: FileExplorer and Buffers. The children of FileExplorer...
I am frequently building meal plans with new recipes. Currently, this entails adding the new recipe first and then adding it to the meal plan section. It would be ergonomic...
I typically have a keymapping to edit my init.lua file, but I find that doesn't work with cheovim. Does cheovim expose the currently loaded init.lua file somehow?
Maybe I'm confused about how things should work, but I expected that when I specify `plugins = "packer_messy"` in profile.lua entry below that it will put things under `.../packer_messy/` which...
Hello, I'm trying to solve the OPF problems in the [pglib](https://github.com/power-grid-lib/pglib-opf) repo, but I'm encountering different results using pandapower versus powermodels.jl. Many cases simply don't converge, other cases provide different...