Dennis B
Dennis B
Steps to reproduce: - Create two files (`a` and `b`) and change `b` slightly (say add an extra line), make sure `a` and `b` have at least 20 lines, more...
Hello ALE developers, Spawning a new from [my comment](https://github.com/dense-analysis/ale/issues/3528#issuecomment-978915077) in #3528. Neovim 0.6 was recently released with the main feature being the new [vim.diagnostic](https://neovim.io/doc/user/diagnostic.html) API. Previously diagnostics were a part...
Hello Nate, I have journeyed down a debounce rabbit hole. LSC does debounce, but not always. My query is about the times LSC does not appear to debounce whilst a...
ALE celebrated it's four year anniversary today as noted in [this Reddit post](https://www.reddit.com/r/vim/comments/ipq343/ale_30_four_years_of_ale). Interestingly the author, @w0rp, noted a desire to have LSP clients delegate diagnostics to ALE if users...
Hello, This is a followup to my Reddit [(Neovim LSP) How to disable diagnostics?](reddit.com/r/neovim/comments/gtta9p/neovim_lsp_how_to_disable_diagnostics) thread where you and I briefly chatted. Over there I noted the overlapping window issue. Here...
### Neovim version (nvim -v) NVIM v0.8.0-dev-1183-ge6c214033 ### Vim (not Nvim) behaves the same? No ### Operating system/version Linux Mint 21 ### Terminal name/version Alacritty 0.12.0-dev ### $TERM environment variable...
Hello ALE team, This issue was invited by @w0rp in [this Reddit post](https://www.reddit.com/r/vim/comments/10mjx5p/dense_analysis_is_now_the_nonprofit_company_that/j8x6sz4/). Firstly, I come from a position of ignorance about what strategy ALE currently uses with respect to...
Neovim `0.10` provides a new `vim.system` function. This should be used instead of `io.popen` [here](https://github.com/bluz71/nvim-linefly/blob/master/lua/linefly/git.lua#L60) for modern versions of Neovim.