Eduardo Villegas
Eduardo Villegas
You were right, @ReDemoNBR The trick is to run the script under the `/usr/share/numix-folders` folder. Installed via AUR
 This bug is still present in 12-Re with +swsh enabled (XeLaTex)
I confirm that the minimal x64 version (2015.12.29) has this problem too. 'nmtui' command solved the issue, though.
It'd be useful to open `beancount` files...
So, here we have two different requests: On the one hand, the petition to move the close button to the right of the system indicators. It makes sense to me:...
To sync tasks every time you open `vimwiki` or leave vim/nvim, add this to your `.vimrc`: ```vim augroup TaskWiki autocmd! autocmd BufEnter vimwiki :TWSync autocmd VimLeave * :TWSync augroup END...
> Taskwiki overrides Vimwiki folding function with its own implementation, which only works for Mediawiki styled headers. You might want to comment out the line 72 of `taskwiki/after/syntax/vimwiki.vim` vimwiki.vim has...
Hi, @tbabej. Thanks for your answer. I have latest version *via* Vundle > PluginUpdate. If I don't load taskwiki, vimwiki folds as it is supposed to do. I use `vimwiki`...
Using `taskwiki`, `set foldmethod?` reports `syntax`. Without `taskwiki`, `set foldmethod?` reports `expr`. It is clearly overriding this option.
`set foldtext?` reports `foldtext=taskwiki#FoldText()`. Otherwise (`taskwiki` disabled), `foldtext=foldtext()`