backdround

Results 13 issues of backdround

I've noticed that there is an almost empty commit after any changes that aren't related to documentation: ![image](https://github.com/kdheepak/panvimdoc/assets/17349169/4d3c021e-8ca9-4d51-83f1-8554a8c054a5) [this commit](https://github.com/backdround/improved-search.nvim/commit/a0cb32735991275a2d7b74234ad2dfbccde55138) It bothers me a little (I don't like to produce...

**Describe the bug** It breaks when i hide buffer from buffer list. It doesn't restore highlihting even after option restoration. Works on minimal.lua config from [Lazy](https://github.com/folke/lazy.nvim/blame/e89acede13f46a5db229133cf0c87aee74938c56/.github/ISSUE_TEMPLATE/bug_report.yml#L59). **To Reproduce** Open file...

bug

Now all mappings should be perform with `expr = true` option. Example: ```lua local map = function(key, fn, description) vim.keymap.set({ "n", "x", "o" }, key, fn, { desc = description,...