137 Commits

Author SHA1 Message Date
Aaron Pham
3e9021f03c
fix(hint): make sure to only show hint once (#336)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-28 15:47:29 -04:00
Aaron Pham
d622feedfa
fix(clipboard): set cursor to new line (#335)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-28 15:12:44 -04:00
Filipe Lima
cadee677ba
feat: make nvim-web-devicons an optional dependency (#328)
* chore: make `web-devicons` optional

* docs: update readme install instructions
2024-08-29 00:49:16 +08:00
yetone
fe6518f6de
feat: editing mode (#281) 2024-08-27 22:44:40 +08:00
yetone
d543d0ed53
fix: realign snippet line numbers (#272) 2024-08-27 15:56:38 +08:00
Aaron Pham
e80246e211
chore: remove deadcode (#265)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-27 02:40:24 -04:00
yetone
0841df1f8e
chore: delete useless code (#263) 2024-08-27 14:34:48 +08:00
yetone
50d0748901
refactor: remove floating windows (#262) 2024-08-27 14:28:10 +08:00
Aaron Pham
ad5b61bf6a
perf: async login (closes #253) (#258)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-27 02:12:35 -04:00
Aaron Pham
07af0a91f2
chore: persistent augroup name pattern (#250)
for better augroup management

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-26 22:31:57 -04:00
yetone
c75dc48356
fix: binding shortcuts to specific buffers (#238) 2024-08-26 18:26:56 +08:00
yetone
8cd87ac5de
fix: do not use invalid bufnr and winid (#236)
* fix: do not use invalid buf

* fix: do not use invalid win
2024-08-26 17:43:38 +08:00
yetone
de29868f54
fix: schedule vim api calls (#216) 2024-08-26 02:28:35 +08:00
yetone
28fd18fd0f
fix: types (#210) 2024-08-25 17:12:33 +08:00
Aaron Pham
3f906e5289
refactor(history): use XDG_DATA_STATE as source dir (#209)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-25 03:12:53 -04:00
yetone
ee88563215
fix: types (#208) 2024-08-25 14:26:42 +08:00
Aaron Pham
2e916b4747
chore(cmp): update slash commands sources (#206)
and more functional

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-25 01:59:22 -04:00
Aaron Pham
80250de7a6
fix(hint): consistent sidebar submit (#205)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-25 00:24:48 -04:00
Aaron Pham
305d972849
chore(keymaps): add toggle options (#204)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-25 00:16:25 -04:00
Aaron Pham
46ec0a50a7
chore(icons): support mini.icons (#202)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-24 22:10:05 -04:00
Aaron Pham
f99bf767b5
fix(highlight): allow override (#201)
update envvar parsing from cmdline

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-24 20:15:45 -04:00
Aaron Pham
8d375dd591
chore(sidebar): make sure to balance win when close (#198)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-24 13:13:50 -04:00
yetone
303928de88
Revert "feat: add support of light theme" (#196)
This reverts commit 8b55833db646f0acb5481ee21f98a426da4a93e9.
2024-08-25 00:59:49 +08:00
tang donghai
8b55833db6
feat: add support of light theme (#195) 2024-08-25 00:53:07 +08:00
tang donghai
dd6bfad844
feat(mapping): shortcut for input box (#194) 2024-08-24 12:51:59 -04:00
yetone
9ac9f827ba
feat: show shortcut key hint (#193) 2024-08-24 20:29:46 +08:00
yetone
0e07128b56
feat: use regular floating win instead of nui.input (#191) 2024-08-24 17:34:41 +08:00
yetone
b8b5a3086e
fix: nui input cannot paste (#187) 2024-08-24 16:25:08 +08:00
yetone
3dbdba198a
feat: commands with cmp (#183) 2024-08-24 04:32:44 +08:00
yetone
f2173c9a3c
chore: refine creating floating win (#182) 2024-08-24 02:33:35 +08:00
yetone
7bea73eb80
fix: check if is sidebar buf (#179) 2024-08-24 00:14:20 +08:00
yetone
43c5544a29
fix: splitting window size (#178) 2024-08-23 23:52:13 +08:00
Aaron Pham
d2775135a3
feat(llm): cohere support (#167)
should be good set of defaults now, one in US, one in canada, and
microsoft :/

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-23 09:36:40 -04:00
yetone
12d7cd8ec7
fix: code buffer tab buttons should not be hijacked (#174) 2024-08-23 18:38:14 +08:00
yetone
25f8175662
chore: fix types (#173) 2024-08-23 18:33:49 +08:00
Yusu Pan
7d4be712f0
fix: correct minor typo in sidebar.lua (#172) 2024-08-23 18:17:58 +08:00
yetone
a3c2a9a0d5
fix: switch to an invalid window (#171) 2024-08-23 18:08:58 +08:00
yetone
d7af33887d
feat: streaming updates content (#170) 2024-08-23 17:58:46 +08:00
Aaron Pham
2fc266edd2
fix(refresh): correct refresh in code buffer (#166)
only render inlay in codebuf

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-23 02:23:45 -04:00
Aaron Pham
1cbf7e106c
feat(experimental): slash commands (#162)
* feat(experimental): slash commands

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* fix(jump): add binding jumping between codeblock

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* chore: add docs

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-23 02:01:14 -04:00
Aaron Pham
ce57528961
fix(win): make sure to balance once entering (#160)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-23 01:06:37 -04:00
yetone
49fabfc358
fix: synchronize the size of the input window and the input_container window (#156) 2024-08-23 01:00:35 +08:00
Aaron Pham
ed5057448c
feat: tab switching behaviour (#155)
* feat: tab switching behaviour

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* revert: features

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-23 00:48:20 +08:00
yetone
2e75a10556
fix: check winid is valid (#154) 2024-08-23 00:33:48 +08:00
yuchanns
4112eb1d4e fix(sidebar): invalid window number 2024-08-22 17:37:37 +08:00
yetone
67c0be2bc8
fix: synchronize the size of the floating window and split window (#151) 2024-08-22 17:01:45 +08:00
yetone
8c8d864637
fix: floating window highlights (#149) 2024-08-22 14:46:08 +08:00
Aaron Pham
8d52229f16
refactor(llm): cleanup providers for future ops (closes #134) (#147)
support allow_insecure and proxy ops

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-22 01:48:40 -04:00
yetone
380a7254ae
chore: get git root using more advanced methods (#146) 2024-08-22 11:16:42 +08:00
MijikHna
480e35720d
added a check for git root query (#145) 2024-08-22 09:19:30 +08:00