-
Initial talk: https://twitter.com/nodir_turakulov/status/646116981188526080
License: finally I've decided to license this under CC BY-SA . I've seen that Google's style is CC BY, so I think we can't …
-
**Does this bug happen when you install plugin without vim-polyglot?**
No
**Describe the bug:**
Similar to #684, my `autocmd`s are being disabled by this plugin.
**To Reproduce:**
neovi…
-
It would be very nice to add support for formatting rst files. Actually I installed RiV in the hopes it would help me on this point.
What happens, with and without RiV:
```
My Title
=======
Paragra…
-
I was trying to use gd gf on file links inside the floating terminal, but then nvim switch to a new or an existing buffer inside the floating window itself.
-
I'm not sure if this is related to the PYTHONPATH issues previously brought up but whenever I attempt to open a python file I get the following errrors:
```
Error detected while processing /users/app…
-
i'm not sure how hard it is to write a custom omnicomp function but i think it would be nice to have.
https://github.com/vim/vim/blob/master/runtime/autoload/htmlcomplete.vim
https://github.com/…
-
The syntax checking does not work. A few symptoms:
1. When a file is edited, the on-the-fly syntax checking does not get triggered;
2. When a file is edited then saved, the checked results seem ba…
-
It looks like this was added to the VSCode extension a while ago, but not the Vim one. We could probably just port those highlight rules? https://github.com/ocamllabs/vscode-ocaml-platform/pull/193
-
**Does this bug happen when you install plugin without vim-polyglot?**
no
**Describe the bug:**
The problem is with the `g:tagbar_type_typescript` setting set at https://github.com/sheerun/vi…
-
Hello, I really like the asciidoc coloring! A thing I miss compared to other markup languages, though, is folding based on the document structure (e.g., with markdown, I can fold/unfold sections using…