ruifm
ruifm
After https://github.com/ruifm/gitlinker.nvim/pull/24, it's now possible to generate URLs for changed files. Unfortunately that is done at the expense of the line numbers which are discarded since on a changed file...
https://github.com/ruifm/gitlinker.nvim/issues/22 made me realize that more kinds of useful URLs can be generated. Now that file (+lines), and repo homepage are implemented, the next one that comes to mind is...
# System Information ```bash $ stow --version stow (GNU Stow) version 2.3.1 $ perl -v This is perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux-thread-multi $ uname -a...
From this [discussion](https://github.com/jhawthorn/fzy/issues/64#issuecomment-502434085). Tested it on both neovim 0.3.7 and vim 8.1.1-1467.
According the [lnd rest api docs for AddInvoice](https://lightning.engineering/api-docs/api/lnd/lightning/add-invoice) it seems to be as easy as adding `private=true` in the rest api request. This is currently not being done: https://github.com/SatSale/SatSale/blob/752215f7e29830538f30c2873a1d53ce320b6430/node/lnd.py#L122-L136 Maybe...