Marc Jakobi
Marc Jakobi
Just a rough idea... - Extends the `Rocks` command with - A `request /` subcommand that searches existing GitHub issues, and if not found, opens an issue requesting for the...
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'neorocks-nix': 'github:mrcjkb/neorocks-nix/a9381d4efeed2a00fd0968abbf221ab21800236d' (2024-03-22) → 'github:mrcjkb/neorocks-nix/a83023ecf73ecef6c4cc9f9d9ee74b2df105e89c' (2024-05-16) • Updated input 'neorocks-nix/neovim-nightly': 'github:neovim/neovim/dc110cba3c0d48d7c9dbb91900f8be0cf6cf0c9b?dir=contrib' (2024-03-22) → 'github:neovim/neovim/9ca81b025990911c2a0dbda92af39ba84983bac3?dir=contrib' (2024-05-15)...
Currently, it will fail with an error
For neovim plugins, check if a doc directory exists. If it doesn't, use something like panvimdoc to generate help files from the readme.
To run `luarocks test` locally (without nix), package maintainers have to add a rockspec that lists `test_dependencies` to the repository root (if the project has dependencies). (See [my blog post](https://mrcjkb.dev/posts/2023-06-06-luarocks-test.html))...
- See #69 - See the release-please workflow
`luarocks test`/`busted` uses the source directories (defined in `lpath` of the `.busted` file) to run tests, not the luarocks package as defined in the rockspec. It would be nice to...
Use a periodic workflow to compare the list of language extension choices with the [overview of all extensions](https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/table.html) and automatically open a PR with an update when new extensions are...
- Get type from LSP - Use a map of default matches with the type as the key
Get the minimal implementation from `textDocument/codeAction`