kylo252
kylo252
## Description add TSParsers.cmake which provides: - download and (re-)generate parser from grammar - build parser (static and shared mode supported) - install parser fixes: #408 #730 #1465 #1488 #1593...
I think it might be better to let the API documentation live inside the code, and it also benefits from LSP capabilities  --- **TODO** - [ ] I've only...
**Is your feature request related to a problem? Please describe.** Currently, there's a notification for _every_ "successful" action whenever removing/copying/renaming files. This makes it very noisy, especially when using [rcarriga/nvim-notify](https://github.com/rcarriga/nvim-notify)...
**Describe the pull request** add https://github.com/luvit/luv: libuv bindings for lua - #### What does your PR fix? NA - #### Which triplets are supported/not supported? Have you updated the [CI...
## Description This completely broke my rust-tools configuration which is 1:1 from https://www.lunarvim.org/languages/rust.html#extra-plugins. Are those random breaking changes supposed to happen in rolling? Then a more suited branch name would...
Unfortunately, [nvim-notify](https://github.com/rcarriga/nvim-notify) has been causing way too many issues and instabilities. several plugins are now using `vim.notify` notice that would trigger in the middle of packer's operations, at that point...
fixes #3258
> You can now default to using PR titles for all squash merge commit messages. ref: https://github.blog/changelog/2022-05-11-default-to-pr-titles-for-squash-merge-commit-messages
#### Description Remove deprecated code in `lsp.lua` - `rootPath` and `rootUri` have been deprecated since `3.6.0`, and there's no reason to keep propegating them to the servers - cleanup unused...
fixes #20594 ### How to test run this command in the neovim repo root `:lua =vim.fs.find(".luacheckrc")` before: `c:\\projects\\neovim/.luacheckrc` with this PR: `c:/projects/neovim/.luacheckrc`