Munif Tanjim
Munif Tanjim
 **Before** Matches space separated queries, but hides everything else:  Can not fuzzy search:  **After** Supports fuzzy search and biased towards frecency order. 
**Environments:** - Prettier Version: 2.3.0 - Running Prettier via: CLI - Runtime: v16 - Operating System: Linux, macOS - Prettier plugins (if any): **Steps to reproduce:** - Create file `file.js`...
My luasnip keymaps were broken after starting to use `which-key.nvim`. This fixes it. Kept the default `vim.keymap.set` behavior: https://github.com/neovim/neovim/blob/a0e6e767a617d79983ac4982850dee6d95ed5b56/runtime/lua/vim/keymap.lua#L42 https://github.com/neovim/neovim/blob/a0e6e767a617d79983ac4982850dee6d95ed5b56/runtime/lua/vim/keymap.lua#L63-L65
- Use the first exrc file found and ignore the rest (as mentioned in `runtime/doc/starting.txt`). This behavior was changed in https://github.com/neovim/neovim/pull/20956 (if the first found file is not trusted, it...
I don't know if this PR is gonna be accepted, since I don't see many plugins having multiple `README.md` files in the `lua/` directory. If it doesn't go with the...