Eduardo Villegas

Results 19 comments of Eduardo Villegas

You were right, @ReDemoNBR The trick is to run the script under the `/usr/share/numix-folders` folder. Installed via AUR

![screenshot from 2014-12-24 17 38 05](https://cloud.githubusercontent.com/assets/813198/5551465/f133f90e-8b93-11e4-85f5-83c61ee66452.png) 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()`