Meow Honk
Meow Honk
**Describe the bug** I'm setting up sumneko_lua for neovim LSP using mason.nvim and I kept getting crashing errors for sumneko_lsp. I tried the precompiled binaries for linux x64 for sumneko...
I use `show_in_active_only` currently, but I would like to be able to set a highlight group for the scrollbar in inactive windows instead of hiding it. There is already a...
It looks like because of some consistent, though incorrect, behavior some plugins will be affected in the .10 release. This behavior started with [neovim/neovim@#0081549.](https://github.com/neovim/neovim/commit/008154954791001efcc46c28146e21403f3a698b) See: https://github.com/bfredl/neovim/commit/9b9030ff2ca820d4c4f4b559f86b0f9a3496645b Whenever I open wilder...
Fixed spelling
If you have 5 files in the harpoon list and you have file 4 selected, it would be nice if when toggling harpoon list open, file 4 is highlighted instead...
setup function: ``` local status_ok, lab = pcall(require, "lab") if not status_ok then return end lab.setup({ code_runner = { enabled = true, }, quick_data = { enabled = true, }...
When using nice-reference as a lua command or lsp handler, two preview windows are opened. 
Allow setting a string for winhighlight for the side buffers, such as: ```lua winhiglight = "Normal:NormalNC,WinBar:NormalNC" ``` This would allow a user to easily set colors for the buffer according...
I am the maintainer of telescope-helpgrep.nvim (https://github.com/catgoose/telescope-helpgrep.nvim), when I have the default action set to `telescope.actions.select_tab` the autocmds setup for `tailwind-tools.nvim` automatically close the tab created by Telescope. I have...