| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FileType autocmd may be triggered unexpectedly so that ZenMode command
is called at the wrong time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I rarely use it and it is updated everyday with a meaningless bot, which
is really annoying for me.
|
|
This reverts commit 236462864fd57eddaad5a75e35ea463eb144d62d.
committia does not depends on vim-fugitive.
|
|
It is a start plugin that will be loaded automatically.
|
|
|
|
|
|
|
|
|
|
|
|
It is not yet usable: the highlighting is not good compared to regex
based highlighting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It looks better than barbar.nvim, IMO.
|
|
In lua, 0 and empty string is true, which is counter-intuitive and
different from vim script. So we need to use proper boolean type for vim
script global variables, instead of numbers.
|
|
|
|
|
|
TS highlighting for bash is not so good.
|
|
|
|
|
|
|
|
|