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
f1b104814f
Fix broken link ( #17 )
2023-06-17 18:58:19 +03:00
Marc Hamamji
836c1c9950
Fix broken link
2023-06-17 18:57:02 +03:00
Marc Hamamji
5ae7cc4fe4
Add go handlers
2023-06-17 18:46:08 +03:00
Marc
79921f8a3b
Remove nodejs errors from choice handler
2023-04-14 23:54:01 +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
0d759f43c9
Add handler docs
2023-04-14 15:39:36 +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
8dd67590de
Add docs
2023-04-14 14:35:14 +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
Marc
c06f581503
Use vim.input's second form
2023-04-09 14:20:26 +03:00
MarcHamamji
7d8313d861
Use vim.input's second form
2023-04-09 14:09:07 +03:00
Marc
2c1929f02f
Allow running the code in the terminal
2023-04-08 16:23:43 +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
MarcHamamji
2afbe5f361
Merge branch 'dev'
2023-04-08 13:25:22 +03:00
Marc
ceb4573f69
Add docs for run function ( #10 )
2023-04-08 13:11:39 +03:00
MarcHamamji
9c72e80b8d
Merge remote-tracking branch 'origin' into dev
2023-04-08 13:10:20 +03:00
MarcHamamji
e7a0b92038
Add docs for run function
2023-04-08 13:06:52 +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
MarcHamamji
df4b4d674f
Add more docs for contributing
2023-04-08 12:57:19 +03:00
MarcHamamji
4a6d3b8050
Make the pre-commit hook use the stylua binary installed on the system
2023-04-08 12:37:39 +03:00
Marc
7a098964c6
Allow shell_handler position to be set by Telescope ( #8 )
2023-04-07 23:21:56 +03:00
MarcHamamji
05ff43760a
Update docs
2023-04-07 23:19:02 +03:00
MarcHamamji
c2deea1515
Lint
2023-04-07 23:08:49 +03:00
MarcHamamji
46545bbdb6
Add ability to set shell_handler position using telescope
2023-04-07 23:01:37 +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
Marc
42532e0b24
Better DX
2023-04-05 13:54:04 +03:00
Marc
1f02339c05
Add StyLua workflow
2023-04-05 13:46:38 +03:00
MarcHamamji
67e9354280
Lint
2023-04-05 13:45:49 +03:00
Marc
92e206ae85
Merge branch 'dev' into StyLua-workflow
2023-04-05 13:44:40 +03:00
MarcHamamji
8c1ed78cbf
Lint
2023-04-05 13:40:43 +03:00
Marc
ce9ccbb77d
Add stylua workflow
2023-04-05 13:37:14 +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
Marc
27c047a67b
Merge pull request #5 from EpsilonKu/main
...
Add options for window
2023-04-03 19:05:58 +03:00
Kurenshe Nurdaulet
8d2a0bdffc
Fix indent and space
2023-04-03 22:02:14 +06:00
MarcHamamji
e09de414c7
Run StyLua
2023-04-03 19:01:05 +03: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