runner.nvim/lua/runner/handlers
Kristofers Solo 237f7b72c1
Created commands (#18)
* Created `Runner` command

* Remove unnesessary temp variable

* Created `AutoRunner` command

`AutoRunner` command executes the `Runner` command every time a file is saved.

* Updated formatting

* Fix descriptions

* Created `AutoRunnerStop` command

`AutoRunnerStop` - stops `AutoRunner` and closes its window

* Automatic formatting

* Added command description to readme

* Update table

Added lua command column to "Commands" table.

* Update function description

Specified that `autorun` can accept buffer number as an argument.

* Fix `autorun` function

When saving a file, now function now checks if `_terminal_windows` exists and call the last shell command, otherwise it calls the vim command.

* Moved `user_commands`

`user_commands` now are created when `setup()` is called.

* Fix README

Removed the line stating that the `setup()` function in optional.
2023-09-03 10:35:14 -04:00
..
languages Add custom handler to nodejs 2023-07-06 16:24:14 +03:00
helpers.lua Make editable optional in shell_handler docs 2023-04-14 23:52:18 +03:00
init.lua Add go handlers 2023-06-17 18:46:08 +03:00
utils.lua Created commands (#18) 2023-09-03 10:35:14 -04:00