LazyVim.LazyVim/lua/lazyvim/config
Iordanis Petkakis 5f432d997e
fix(autocmds): change mapping for lazyvim_close_with_q (#4638)
## Description
Currently `checkhealth` buffers stay visible on `bufferline` when you
close them with `q`. Use `:bd` instead to delete the buffer from
bufferlist. `vim.schedule` is needed because `LspInfo` adds its own
mapping to close the window (see
[here](edd9591199/lua/lspconfig/health.lua (L328))),
so we need to overwrite it.

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

## Related Issue(s)
None
<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-10-24 08:30:17 +02:00
..
autocmds.lua fix(autocmds): change mapping for lazyvim_close_with_q (#4638) 2024-10-24 08:30:17 +02:00
init.lua chore(main): release 12.43.0 (#4630) 2024-10-23 11:55:48 +02:00
keymaps.lua feat(keymaps): allow v:count1 when moving lines (#4618) 2024-10-23 11:40:31 +02:00
options.lua feat(root): provide vim.g.root_lsp_ignore to ignore LSP servers (#4332) 2024-10-03 15:55:25 +02:00