Philipp Metzner
Philipp Metzner
You should check out #41, it's pretty handy.
I recently found [vim-illuminate](https://github.com/RRethy/vim-illuminate) which has configurable white/blacklists for vim highlight groups to include/exclude from highlighting.
Maybe not pretty due to overhead for file IO but completely fine: ``` for i in 1 2 5; do fina remove $i; done for i in $(seq 4 8);...
To facilitate batch removing/updating suggested above, a new flag for the `list` command would be helpful, like ``` fina list -f category=foo --ids # output: newline separated IDs for i...
Hej, does this patch solve the linter complaints? ```diff diff --git a/third_party/2and3/peewee.pyi b/third_party/2and3/peewee.pyi index 0d2adef2..423c44d2 100644 --- a/third_party/2and3/peewee.pyi +++ b/third_party/2and3/peewee.pyi @@ -34,7 +34,7 @@ from typing import ( ) from...
The issue is that xdotool does not find the browser window that already displays the html file because it searches for the wrong title. I implemented a workaround by setting...
@Vitruvia Maybe [this](https://github.com/VundleVim/Vundle.vim/issues/592) helps? I'm using vim-plug myself for plugin management.
Mmh a hack I can think of is to leave your vimrc untouched and go to the plugin directory instead (something like `~/.vim/bundle/vim-markdown-preview`). There you add my fork as a...
Can you specify the system you are running? Is the plugin installed correctly (can you check the installation folder and run `git remote -v`)? Is `see` installed on your system...
Are you using NeoVim? I never tested the plugin or the firefox-branch there. Maybe that's an issue.