Skip to content

Commit 0b74f27

Browse files
authored
Add vim command to call the chat (#428)
The section on how to launch Codeium chat is lacking the actual command to call it. Looking at the comment at #118 (comment), we can see that this is not necessarily obvious.
1 parent 8dea01e commit 0b74f27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ vim-airline supports Codeium out-of-the-box since commit [3854429d](https://gith
186186

187187
Calling the `codeium#Chat()` function will enable search and indexing in the current project and launch Codeium Chat in a new browser window.
188188

189+
```vim
190+
:call codeium#Chat()
191+
```
192+
189193
The project root is determined by looking in Vim's current working directory for some specific files or directories to be present and goes up to parent directories until one is found. This list of hints is user-configurable and the default value is:
190194

191195
```let g:codeium_workspace_root_hints = ['.bzr','.git','.hg','.svn','_FOSSIL_','package.json']```

0 commit comments

Comments
 (0)