Rane Brown
Rane Brown
It would be useful to have the option of adding a specific buftype i.e. terminal to short line list. Is there a way to get this behavior currently?
Is there a way to make the inactive statusline highlight different than the short line version used for `short_line_list`? I have this and it mostly works except for when the...
Would you be interested in starting a wiki page or some sort of additional readme in a docs folder with other providers that people can easily grab and use? For...
If a file contains multiple occurrences of the same tag then `:VimwikiGenerateTagLinks` will create identical links and each link will only jump to the first occurrence of the tag in...
Using `g:lsp_settings` doesn't seem to allow adding extra override fields that are not predefined. For example, using asyncomplete and the option `g:asyncomplete_preprocessor` to define a priority as outlined in the...
Hi, Under Cygwin `ps` does not have a `-o` option. It is necessary to install the Cygwin `proc` package and then modify the `is_vim` command as shown below. Without this...
The tagbar settings applied [here](https://github.com/tbabej/taskwiki/blob/master/taskwiki/main.py#L344-L355) overwrite user tagbar settings in `.vimrc`. It seems to me this should be removed and allow the user to handle the setup or at the...
It would be nice to also so info on any submodules of a project. I haven't used subtrees but that might be another feature. Cool project!
Something like this `echo 'lorem ipsum' >| file.txt` results in `Failed to parse expression`
A couple of things I've noticed with completion: 1. Version 1.3.3 completion starting with a capital letter worked e.g. `Inco...`. In 1.3.4 completions only works if typing lowercase `inco...` 2....