Munif Tanjim

Results 41 issues of Munif Tanjim
trafficstars

![image](https://user-images.githubusercontent.com/8050659/184633937-a42448b4-3d5e-4371-be72-6d1c968a7a4e.png) **Before** Matches space separated queries, but hides everything else: ![image](https://user-images.githubusercontent.com/8050659/184649516-7ca488e8-f245-42ef-9644-84b4feed4677.png) Can not fuzzy search: ![image](https://user-images.githubusercontent.com/8050659/184634010-083d1399-67d5-4555-a914-5e230c2b6353.png) **After** Supports fuzzy search and biased towards frecency order. ![image](https://user-images.githubusercontent.com/8050659/184649249-99a0cb03-4656-4042-800c-8a41f0efe597.png)

tag: new feature

tag: new feature

**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`...

type:enhancement
help wanted
type:editor support
area:cli
area:ranges

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...