fuguesoft
fuguesoft
same issue here on Debian 13 had my `.pass-store` previously initiated so I assume that's why `mw -a [email protected]` doesn't prompt for a password I've tried `mw -a [email protected] -x...
Just made an issue about this before seeing this one: https://github.com/espanso/espanso/issues/2192
I haven't been able to compile from source either I listed it in my issue (#2192) but updated it to make that more clear
Just wanted to contribute something I learned recently concerning the current Debian 12 workaround listed in #1793 The aforementioned workaround is something that is not recommended per debian's official docs:...
Another lazy example: ```lua return { 'vimwiki/vimwiki', enabled = true, init = function() vim.g.vimwiki_list = { { path = '~/documentos/wiki/main/', syntax = 'markdown', nested_syntaxes = { bash = 'bash', cpp...
Just to clarify, the vi modes and the `:` command works with say, `:h` or `:ignore` but just not for `:nmap`, or `:` I also find that `:bd`, `:bn`, `:bN`,...
It looks like the logo has been handled and the freenode channel has switched to libera Should this page be updated?
Don't know if these are explanation enough but there are various videos on vimwiki: [Veronica Explains](https://www.youtube.com/watch?v=RmEtH5FQs28&pp=ygURdmVyb25pY2EgZXhwbGFpbnPSBwkJfgkBhyohjO8%3D) [Jake@Linux](https://www.youtube.com/watch?v=nQSUyc2OQ48&pp=ygUHdmltd2lraQ%3D%3D) [Eric Murphy](https://www.youtube.com/watch?v=HbF0yAghbDo&pp=ygUHdmltd2lraQ%3D%3D)
I've been using [peek.nvim](https://github.com/toppair/peek.nvim) for a markdown renderer. It requires [deno](https://deno.com/) but it's got some neat features like LaTex support and [mermaid](https://mermaid.js.org/intro/) graphs