Commit Graph

31 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
6248f8b855 Add custom handler to nodejs 2023-07-06 16:24:14 +03:00
Marc Hamamji
5ae7cc4fe4 Add go handlers 2023-06-17 18:46:08 +03:00
Marc Hamamji
5f0e30bc07 Make editable optional in shell_handler docs 2023-04-14 23:52:18 +03:00
Marc Hamamji
0907be547a Remove npm errors from nodejs handlers 2023-04-14 23:48:44 +03:00
Marc Hamamji
7113edd0b3 Merge remote-tracking branch 'origin' into dev 2023-04-11 18:08:42 +03:00
Marc Hamamji
f5d3d36d0a Remove prints 2023-04-11 18:07:36 +03:00
Marc Hamamji
f15c8ccfad Fix rust bins not getting picked up 2023-04-11 18:05:18 +03:00
Marc Hamamji
5b4c96cb0b Add docs for set_handler function 2023-04-10 23:36:39 +03:00
MarcHamamji
f953f8e038 Add docs for helper functions 2023-04-10 14:27:04 +03:00
MarcHamamji
7d8313d861 Use vim.input's second form 2023-04-09 14:09:07 +03:00
MarcHamamji
7bae8dd2f3 Add a desperate comment :( 2023-04-08 16:15:34 +03:00
MarcHamamji
2e49140530 Fix vertical shell window position 2023-04-08 14:24:43 +03:00
MarcHamamji
9256c1659d Allow running the code in the terminal (#1) 2023-04-08 13:33:16 +03:00
Marc
7a098964c6
Allow shell_handler position to be set by Telescope (#8) 2023-04-07 23:21:56 +03:00
MarcHamamji
c15d5702dd Format config.lua 2023-04-05 13:28:57 +03:00
MarcHamamji
161586ae1c Merge from main 2023-04-03 19:12:16 +03:00
MarcHamamji
e09de414c7 Run StyLua 2023-04-03 19:01:05 +03: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
MarcHamamji
66822e0b12 Add vue 2023-03-11 15:07:41 +02:00
MarcHamamji
89809229c8 Rename rust test entry 2023-02-26 20:34:15 +02:00
MarcHamamji
a88fc69dfe Add rust individual tests 2023-02-26 20:32:57 +02:00
MarcHamamji
8faca889c2 Remove Run main from rust handlers 2023-02-19 15:23:01 +02:00
MarcHamamji
efb4a77c15 Use telescope dropdown theme 2023-02-16 12:08:10 +02:00
MarcHamamji
c2e9d0eba2 Remove useless _job_id 2023-02-16 11:53:49 +02:00
MarcHamamji
a5688d1ef2 Add run current file handler for node 2023-02-16 11:53:03 +02:00
MarcHamamji
f1063e0991 Fix bugs 2023-02-14 14:53:39 +02:00
MarcHamamji
cffa48e7a2 Use terminal buffer instead of normal buffer 2023-02-10 23:42:13 +02:00
MarcHamamji
064847ec11 Add Custom runner for rust 2023-02-06 17:24:16 +02:00
MarcHamamji
c7f90b5bba MVP 2023-02-03 20:39:38 +02:00