Commit Graph

25 Commits

Author SHA1 Message Date
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
Marc Hamamji
836c1c9950 Fix broken link 2023-06-17 18:57:02 +03:00
Marc Hamamji
b4191bc63d Rephrase handler description 2023-04-14 15:36:59 +03:00
Marc Hamamji
ba6ebadeb7 Fix formatting 2023-04-14 15:24:03 +03:00
Marc Hamamji
43ab63549a Add handler docs 2023-04-14 15:19:41 +03:00
Marc
ceb4573f69
Add docs for run function (#10) 2023-04-08 13:11:39 +03:00
Marc
4b96ddcfbe
Add more docs for contributing (#9)
* Make the pre-commit hook use the stylua binary installed on the system
* Add docs for contributing
2023-04-08 13:01:19 +03:00
Marc
7a098964c6
Allow shell_handler position to be set by Telescope (#8) 2023-04-07 23:21:56 +03:00
MarcHamamji
2fed3ebc5a Fix shell_handler description 2023-04-06 14:04:59 +03:00
MarcHamamji
691a825073 Change wording in position description 2023-04-06 14:02:43 +03:00
Kurenshe Nurdaulet
8d2a0bdffc
Fix indent and space 2023-04-03 22:02:14 +06:00
Kurenshe Nurdaulet
786deb5909
Make title smaller 2023-04-03 21:53:16 +06:00
Kurenshe Nurdaulet
87e2084403 Move line 2023-04-03 21:49:19 +06:00
Kurenshe Nurdaulet
18376d7ec8
Weird. I thought I fixed it 2023-04-03 21:40:41 +06:00
Kurenshe Nurdaulet
f4f42e02ec Fix single quotes 2023-04-03 21:38:35 +06:00
Kurenshe Nurdaulet
ed804de3fa Add options for window 2023-04-03 12:09:25 +06:00
Marc
c316ecfdec
Use single quotes instead of double quotes for consistency 2023-03-26 23:01:40 +03:00
Marc
a5a437eb11
Update README.md 2023-03-19 17:35:31 +02:00
MarcHamamji
624395eabb Fix handlers link (really) 2023-02-24 23:19:33 +02:00
MarcHamamji
7890f4acfe Fix handlers link 2023-02-24 23:18:45 +02:00
MarcHamamji
1446193acb Fix broken links 2023-02-24 23:17:36 +02:00
MarcHamamji
0947f458c6 Add Example 2023-02-24 23:14:58 +02:00
MarcHamamji
4f4abd670d Add mapping doc 2023-02-16 14:36:57 +02:00
MarcHamamji
52e8e16fd9 Add documentation 2023-02-16 14:12:15 +02:00
MarcHamamji
ae3fbd3059 Initial commit 2023-02-03 12:43:33 +02:00