Ernst Widerberg
Ernst Widerberg
I don't know enough Haskell to implement a general solution, but I found that changing [these lines in ContentTransformer.hs](https://github.com/jgm/gitit/blob/master/src/Network/Gitit/ContentTransformer.hs#L703-L706) was enough to get gitit to use GFM. Before change: ```haskell...
@jottr Sorry yes, I did give up on this. In my case I already had a wiki server running locally which renders markdown how I like it, so it was...
`brew install ical-buddy`
Both `eu` and `ju` would be annoying as they cause the very common `j` and `e` movements to wait for ttimeoutlen, no? Better to use a leading character which is...
Liking the `gf` idea as well. I'll have a look now and see if it's easily doable.
Didn't have time to finish a PR for `gf` today, but will return to it when I get the time unless someone else does. Should work out good.
*Note: I use `ge` to refer to the edit markdown link function here, not the particular mapping.* The idea of overriding `gf` is complicated by these options: 1. g:vim_markdown_edit_url_in 2....
> So as a summary I think it would be best to: > > * Change `ge` mapping to `gl` > * Remove the fallback for non-markdown links for `gl`...
Although this is not the [correct](https://www.reddit.com/r/neovim/comments/11omqkp/comment/jbtrgo2/) solution, I found this to work with LazyVim: ```lua return { { "jesseleite/nvim-noirbuddy", dependencies = { { "tjdevries/colorbuddy.nvim" }, }, lazy = false, priority...
There are more groups defined in the diff syntax file, but these are the most important I figure.