Immanuel Haffner
Immanuel Haffner
The `LCOV_*_START` and `LCOV_*_STOP` markers were hard-coded in `bin/geninfo`. It was not possible to override them, e.g. in `lcovrc`. This commit does not alter the default character sequences for these...
### Description ### Error Description When using Telescope together with [`reactive.nvim` plugin](https://github.com/rasulomaroff/reactive.nvim), opening files from the picker immediately enters insert mode. ### Potentially Related Issues - https://github.com/nvim-telescope/telescope.nvim/issues/2027 - https://github.com/nvim-telescope/telescope.nvim/issues/2501 -...
I get this when opening a LaTeX document. I am using `ltex-ls` and `texlab` LSPs through `mason` and the `ltex_extra` plugin. ``` Error executing vim.schedule lua callback: ...e/nvim/lazy/lsp-status.nvim/lua/lsp-status/messaging.lua:43: Vim(echomsg):E114: Missing...
### Error Description When using Telescope together with [`reactive.nvim` plugin](https://github.com/rasulomaroff/reactive.nvim), opening files from the picker immediately enters insert mode. [X-posted in Telescope](https://github.com/nvim-telescope/telescope.nvim/issues/2890) ### Potentially Related Issues - https://github.com/nvim-telescope/telescope.nvim/issues/2027 - https://github.com/nvim-telescope/telescope.nvim/issues/2501...
**Describe the bug** I build my code with Clang and [LLVM's memory sanitizer](https://clang.llvm.org/docs/MemorySanitizer.html). When running the tests, msan reports a use of an uninitialized value in the Catch2 code part....