Eduardo Villegas
Eduardo Villegas
Onehalf colorscheme under neovim is missing highlighting of markdown links. I mean: ``` [Destination](https://page.url) ``` is rendered as plain text without any change or emphasis.
Add support to Russian Wikipedia interwiki link
Wikipedia interwiki logo is missing. Change lines 40 and 872 of `lib/tpl/bootstrap3/css/template.less`. instead of ``` a.iw_wp, a.iw_wpde, a.iw_wpes, a.iw_wpfr, a.iw_wpjp, a.iw_wpmeta, a.iw_wppl, { ``` write ``` a.iw_wp, a.iw_wpde, a.iw_wpes, a.iw_wpfr,...
I think it'd be great to outline pending transactions. I mean, if you have `!` instead of `*` it will be easier to identify this pending transactions if it is...
## Problem description Vimwiki produces no closing tag of blockquote. Maybe related to issue #1007. I have the following text: ```vimwiki = Header = Lorem ipsum > Lorem ipsum ==...
In mappings, you can define a key to insert a citation. For instance: ```lua require"telescope".setup { extensions = { bibtex = { global_files = { 'mybib.bib' }, mappings = {...