Commit Graph

5 Commits

Author SHA1 Message Date
Povilas Kanapickas
98e1047bf1
refactor: Decouple prompt template manager from their users (#115)
This makes it possible to test the user classes
2025-03-10 02:13:10 +01:00
Povilas Kanapickas
61196cae90
chore: Run clang-format over the codebase (#82)
This commit is a result of the following commands:

clang-format-19 --style=file -i $(git ls-files | fgrep .cpp)
clang-format-19 --style=file -i $(git ls-files | fgrep .hpp)
2025-03-02 22:44:20 +01:00
Petr Mironychev
9361c27d6e Add smart trigger for call suggestion 2024-09-08 02:51:56 +02:00
Petr Mironychev
753365ea52 Add multiline insert support 2024-09-02 10:54:14 +02:00
Petr Mironychev
819e103471 Initial commit 2024-08-27 11:58:55 +02:00