Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply #194

Merged
merged 10 commits into from
Jan 30, 2025
Merged

Apply #194

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
apply
amirbilu committed Jan 30, 2025
commit 4bcd34e1ec02050a688b1a6f1c0e0fd669285385
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -184,12 +184,16 @@ $ pacman -S --needed gtk3 glib2 webkit2gtk-4.1 libsoup3
- `:TabnineToggle` - to toggle enable/disable
- `:TabnineChat` - to launch Tabnine chat
- `:TabnineLoginWithAuthToken` - to log in using auth token (for headless environments, where no browser is available)
- `:TabnineAccept` - accept apply changes
- `:TabnineReject` - reject apply changes

### Tabnine Chat commands
- `:TabnineChat` - to open Tabnine Chat
- `:TabnineFix` - to fix the function in scope
- `:TabnineTest` - to generate tests for function in scope
- `:TabnineExplain` - to explain the function in scope
- `:TabnineAccept` - accept apply changes
- `:TabnineReject` - reject apply changes

## `<Tab>` and `nvim-cmp`

5 changes: 5 additions & 0 deletions doc/tabnine.txt
Original file line number Diff line number Diff line change
@@ -60,6 +60,11 @@ Enable Tabnine
Toggle enable/disable
:TabnineToggle

Accept Apply Changes
:TabnineAccept

Reject Apply Changes
:TabnineReject
==============================================================================
CONFIGURATION *tabnine-nvim-configuration*