backdround
backdround
I've noticed that there is an almost empty commit after any changes that aren't related to documentation:  [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...
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,...