-
- https://viml.nchc.org.tw/curiously-recurring-template-pattern/
- https://pabloariasal.github.io/2017/06/10/understanding-virtual-tables/
-
Currently vim loads the whole file into memory, which is bad idea for some files. I think we should consider reworking memfile,regexp engine and all related code to allow editing files that do not fit…
ZyX-I updated
1 month ago
-
Both @badosu & @hkupty gave good feedback on our VimL settings [here](https://github.com/onivim/oni/pull/915#issuecomment-345285924) and [here](https://github.com/onivim/oni/issues/929#issuecomment-34…
-
**What?**
A plugin that can help remember or show existing keybindings that written in lua.
**Why?**
There are existing viml based plugin like [vim-which-key](https://github.com/liuchengxu/vim-wh…
-
As far as I understand, `delta` uses `bat` for its syntax highlighting, etc… And `bat` supports having a config file (`bat --config-file /path/to/file` or by setting `BAT_CONFIG_PATH`), I'm interested…
-
Can I use this to write a Neovim plugin with PHP code? I'm guessing the answer is yes, and so really my question is more like, how would I get started doing that? I already know how to write a Vim plu…
-
GitHub only uses *Vim script* in it's [list](https://github.com/trending).
-
Hi,
What is the best way to manage VimL and Vim9 coexistence?
I want to update my plugins to allow them to take advantage of vim9 features, but I don't want to exclude VimL users, is there a …
-
Uniteへの対応はする予定でしょうか?
VimLは書けるのですが、pythonが苦手で僕が書こうにも難しいです。
もし対応されるならば、VimLの部分はお手伝い出来ると思います。如何でしょうか。
-
```
We should be able to distinguish and treat accordingly the following cases:
1. "foo\"bar", in C strings
2. \{foo\}, in LaTeX ; '\(foo\)' in VimL
In the first case, the backslash (or any other spe…