Commit Graph

18 Commits (5985d9178222c8e8ccc862eb4fe6e6cf84c793d2)

Author SHA1 Message Date
Zhiming Ma 1eb22b9768
feat: vim update agent (#217)
* feat: vim plugin update agent.

* update readme.
2023-06-07 09:12:37 -07:00
Zhiming Ma 0528c36bac
fix: vim plugin inline completion display error if starts with newline. (#216) 2023-06-07 09:12:09 -07:00
Meng Zhang 40d8e039b3
fix: neovim expand path (#188) 2023-06-04 21:42:18 -07:00
Zhiming Ma a9d74f7a35
Agent: Add completion cache. (#158) 2023-05-28 19:09:44 -07:00
Zhiming Ma c08f5acf26
VSCode extension: import agent lib. (#144) 2023-05-24 09:21:38 -07:00
Zhiming Ma ea0252c17d
Refactor to clarify agent interface. (#142)
* Refactor to clarify agent interface.

* Refactor stdio and extract types.

* Fix notification type.
2023-05-23 18:50:57 -07:00
Zhiming Ma eb67371cce
Move vim plugin node scripts to agent lib. (#141)
* Move vim plugin node scripts to agent lib.

* Fix gitignore.
2023-05-22 09:34:56 -07:00
Zhiming Ma 9c3a23ea51
Vim plugin: only trigger completion request when text changed. (#139) 2023-05-18 08:48:13 -07:00
Zhiming Ma 2b34d177ba
Vim plugin readability refactor. (#132) 2023-05-15 09:42:16 -07:00
Zhiming Ma 300fe8c2b0
VIM plugin: Improve commands, and help document. (#113)
* VIM plugin: Add help and improve commands.

* Improve help command and command completion.
2023-04-21 13:06:16 +08:00
Zhiming Ma 3dedd49afc
Fix vim plugin: cancel pending completion request when make a new completion request. (#114) 2023-04-21 13:05:52 +08:00
Zhiming Ma 04e2af3790
Update vim plugin use openapi codegen. (#101)
* Update vim plugin use openapi codegen.

* Refactor: move utils function.

* Rebuild dist/tabby.js.
2023-04-13 21:57:14 +08:00
Zhiming Ma 9c4b13174e
Add neovim support. (#87)
* Add neovim support.

* Fix lint.
2023-04-12 03:36:27 +08:00
Meng Zhang f3aa91c715
Update README.md 2023-04-12 01:46:03 +08:00
Meng Zhang 0ddc1bc087
fix: fix vim extension linebreak bug (#73)
* update

* remove fs
2023-04-09 21:12:18 +08:00
Meng Zhang 2c3fee4f4f
feat: improve vim extension user experience (#71)
* chore: checkin dist file for vim extension

* use getbufline

* do not invoke tabby if file type is unknown

* update readme

* Update README.md

* Update README.md

* Update README.md

* Update tabby.vim
2023-04-09 20:26:54 +08:00
Meng Zhang e28877fbbb
chore: add pre-commit workflow (#72)
* chore: add pre-commit workflow

* fix pre-commit
2023-04-09 20:17:56 +08:00
Zhiming Ma e653ca0a74
Add VIM client. (#63)
* Add vim client.

* Checking global flag to avoid duplicated loading.
2023-04-08 13:20:27 +08:00