David Sierra DiazGranados
David Sierra DiazGranados
Hi, nice plugin, it would be nice if you can also include not only trailing whitespaces in the `A` Arround Pair command, for example is very common to include trailing...
**Describe the bug** If I pass the `Query` object from `findWithDeleted()` method of [dsanel/mongoose-delete: Mongoose Soft Delete Plugin](https://github.com/dsanel/mongoose-delete#method-overridden) to `paginate` I get a missmatch between the `totalDocs` and `docs`. **To...
Hi, I noticed that coc-prettier has a yarn.lock file that is not getting published in the npm package, if I run: ```sh $ npm pack coc-prettier $ tar -xzf coc-prettier-1.1.14.tgz...
Stack versions: OS: Manjaro i3 17.1.1 GTK: 3.22.26+47+g3a1a7135a2-3 Neovim: v0.2.3-385-gb616ef9b2 Neovim-GTK: master Minimal setup: init.vim ``` viml set showtabline=2 ``` ginit.vim: ``` viml if exists('g:GtkGuiLoaded') call rpcnotify(1, 'Gui', 'Font', 'Hack...
Hi! awesome plugin: Imagine editing some markdown buffer, and: ``````markdown ```sh|``` `````` If I press (PearTreeExpand) I would like to get: ``````markdown ```sh | ``` `````` Instead I get: ``````markdown...
Hi, awesome plugin. It would be nice if this can remember cursor position, right now it resets the cursor position to the top.
Hi, nice plugin! I'm trying to change the `foldmethod` option for `httpResult` buffer with different strategies: Creating a file in `stdpath("config")/ftplugin/httpResult.vim` (or `after/ftplugin/httpResult.vim`) with `setlocal foldmethod=indent` (and verifying that is...
Hi! Would you consider an option that changes the placement of the selection character in [nvim-window-picker/init.lua at 4df00a6e96b6fe45c7a80bb7d5455c30630b7a55 · s1n7ax/nvim-window-picker](https://github.com/s1n7ax/nvim-window-picker/blob/4df00a6e96b6fe45c7a80bb7d5455c30630b7a55/lua/window-picker/init.lua#L191)? Maybe something like `left|center|right`. Thanks!
Hi, adding the option `show_hidden_files_by_default` with `false` as default, so no breaking change. Thanks.