Rane Brown
Rane Brown
Seems like trying to store them all in an issue would get pretty cumbersome quickly and make it hard to find anything. Somehow sorting them by categories is a good...
I've been using this to run a tool inside a container (tested with clang-format and black). It does require the container to be already running. ```lua null_ls.register({ method = null_ls.methods.FORMATTING,...
I'm seeing the same issue including with `inccommand` that does not occur with the older commit.
I saw this same error using the latest vim 8.1 build. Removing the nested command seems to fix the error but I'm not really sure how this changes things. This...
I started seeing a similar issue recently. When doing `PackerSync` 4 plugins would just hang with a "checking current commit" message. I deleted `site/pack/packer` to see if it was an...
Looks like this is only an issue if there isn't higher level header. For example: ``` = Header 1 = == foo == ``` Renders: ```html foo ``` It seems...
#391 was an attempt to do something similar but it hasn't been worked on in a while.
I agree moving to the rolling release is a better approach. Mirroring dev and master would be nice if that can be done automatically.
You can place the `syntax` and `hi def` lines in a file `~/.vim/after/syntax/vimwiki.vim` to get the desired syntax highlighting. To make this change in Vimwiki the same lines would be...
> The deluxe version of this would be having different color-highlighting depending on how close the date is... [Here](https://gitlab.com/dbeniamine/todo.txt-vim/blob/master/syntax/todo.vim#L57) is an example of changing the highlighting for past due dates.