| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix deprecated options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix small typo
|
|
|
|
check https://github.com/hrsh7th/nvim-cmp/issues/231#issuecomment-1098175017
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[fix] quit does not work for 2 windows
|
|
If current buf in remaning two or more windows are filetypes in the quit
list, we should also quit nvim also.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using CursorHold to start wilder.nvim is not ideal, since it depends on
the value of option 'updatetime'. Using a timer may be a better idea.
|