Skip to content

Commit

Permalink
added bubble tea package
Browse files Browse the repository at this point in the history
  • Loading branch information
greeenboi committed Oct 13, 2024
1 parent f3fabe4 commit 103cf0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"IDX.aI.enableInlineCompletion": true,
"IDX.aI.enableCodebaseIndexing": true
}
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import (
"os"
"strings"
"time"

tea "github.com/charmbracelet/bubbletea"
)

var senderEmail string
Expand Down

0 comments on commit 103cf0d

Please sign in to comment.