Skip to content

Commit 9e16363

Browse files
authored
Merge branch 'Exafunction:main' into main
2 parents 949eb0b + 0b74f27 commit 9e16363

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
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)