Commit Graph

11 Commits

Author SHA1 Message Date
ray-x
7b818ad49d improvements for windows cmd line 2023-11-08 17:03:33 +11:00
rayx
c4819d1625
CLI refact (#391)
* some refact of gotest

* issue #376 add handlers to async formatting

* issue #343 title length

* add parallel flag

* disable trace log

* Error lines output in github action

* Go mod update in fixtures
2023-10-31 16:30:38 +11:00
ray-x
9c7a802472 [FEAT] float terminal title 2023-02-16 09:00:03 +11:00
ray-x
ae666827cf float position issue #257 2023-01-25 16:09:13 +11:00
ray-x
9a62547dbd stylua 2023-01-24 18:52:03 +11:00
Aleš Brelih
edda37cb5e
Cmd is tranformed to string before pushed to term (#151)
* Cmd is tranformed to string before pushed to term

Float terminal command is tranformed to string using table.concat before
used. This allow us to use neovim buff option to unite quoting.

* Update term.lua

Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
Co-authored-by: rayx <rayx.cn@gmail.com>
2022-07-02 12:33:20 +10:00
ray-x
f5f5c41165 fix typo 2022-05-31 16:16:09 +10:00
Aleš Brelih
ab864c4c17
feat: added command to close floating term (#119)
* feat: added command to close floating term

* feat: automatically close previous float term

* Update go.lua

remove auto complete

Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
Co-authored-by: rayx <rayx.cn@gmail.com>
2022-05-02 08:47:45 +10:00
ray-x
bed2b6818c issue #82 allow close terminal in current buffer 2022-03-23 13:13:35 +11:00
ray-x
310339cbc5 floatterm width ceiling 2022-01-10 15:47:21 +11:00
ray-x
1b11f52b08 updates for dap.ui 2021-11-24 10:13:40 +11:00