Frederick Z.
Frederick Z.
- [x] I have fzf 0.23.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...
**Describe the bug** VIM will exit itself after I use `:REPLHide` and navigate to the *hidden* buffer. Please see the gif **Screenshots**  **Desktop (please complete the following information):**...
**Describe the bug** When use `:REPLToggle`, it does not hide the terminal after the terminal is launched. Also, it produces an error msg when try to toggle REPL again: Error...
Hi, I just installed the plug-in and setup the joplin_token in my .vimrc. When launching GVIM, I got the following error: Pattern not found: joplin——token = "xxxxxx" joplin.vim: please set...
### Check the following: - [X] I have checked the behavior after setting "vscode-neovim.neovimClean" in VSCode settings. - [X] I have read the vscode-neovim docs. - [X] I have searched...
### Contributing guidelines - [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md) - [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasnovski/mini.nvim/blob/main/CODE_OF_CONDUCT.md) ### Module(s) mini.starter ### Description Hey, I have been integrating more mini.nvim lately. `mini.deps`, `mini.sessions`...
### Did you check docs and existing issues? - [x] I have read all the flash.nvim docs - [x] I have updated the plugin to the latest version before submitting...
1. refactored private _open_file that support open_cmd 2. refactored _create_buffer_keymaps
Current implementation of `utils.choose_wiki` and its callers has an issue related to asynchronous execution. `vim.ui.select` is asynchronous; it displays a prompt and returns immediately, while the code that processes the...
Hey there, me again :) This PR is meant to allow `[ ]` automatically inserted on todo.toggle when cursor is on a list line. This was supported in vimwiki and...