mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Fix broken links
This commit is contained in:
parent
0947f458c6
commit
1446193acb
@ -137,10 +137,10 @@ A Neovim plugin to run code inside the editor
|
||||
## Advanced handlers configurations
|
||||
|
||||
For creating dynamic handlers like one for each `npm` or `cargo` script, you can write your own handler function that generates the other handlers, gives them to the choice handler, and runs it itself.
|
||||
See [Node.js example](./lua/runner/handlers/languages/nodejs/init.lua).
|
||||
See [Node.js example](lua/runner/handlers/languages/nodejs/init.lua).
|
||||
|
||||
## Contribution
|
||||
|
||||
If you find that some handlers for a specific language are missing, feel free to open a pull request by adding them in the [./lua/runner/handlers/init.lua]() file.
|
||||
If you find that some handlers for a specific language are missing, feel free to open a pull request by adding them in the [lua/runner/handlers/init.lua]() file.
|
||||
|
||||
Licensed under the [MIT license](./LICENSE).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user