Shih-Ming Wang
Shih-Ming Wang
### Neovim version (nvim -v) v0.8.0-dev-nightly-4-ge9b58a619 ### Vim (not Nvim) behaves the same? N/A ### Operating system/version debian ### Terminal name/version xterm ### $TERM environment variable xterm-256color ### Installation appimage...
https://github.com/glepnir/galaxyline.nvim/blob/d544cb9d0b56f6ef271db3b4c3cf19ef665940d5/lua/galaxyline/provider_vcs.lua#L105 Is `--contains` necessary in the command "git branch -a --no-abbrev --contains"? I find it's blocking and freeze the whole neovim ui when there are hundreds of thousands of commits.
As pointed out in this [comment](#12 (comment)), WinEnter autocmd failed to detect the new window properties in some situation. This commit use timer_start to delay the callback of WinEnter to...
Disable lens for the tabpage if any window in it is disabled. The problem is that if a window is diabled, surely we don't resize any window when we enter...
First, the original autocommand for WinNew doesn't do anything. The second WinNew autocmd overrides the first one and hence g:lens#enter_disables is never set to 1. Second, if we don't want...
This was a comment in #51, but I think it deserves its own thread. The suggestion is to add a new mode `InputfieldNormal` in input field such that entering keys...
As title.This enables users to customize the behavior of the webpage, for e.g. add a panel in youtube to control the speed of the playback.
Many of google's page has their own mappings. For e.g. in gmail, you can configure it to press `j`, `k` to check next and previous email. In calendar, you can...
When opening a google doc page. Entering `i` brings me into insert mode. But after entering `` and `i` again. Though it is shown that I am in insert mode,...