Skip to content

Commit 8734f53

Browse files
authored
Update README.md (#125)
1 parent 3c3e7de commit 8734f53

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,12 @@ Add the following to your `~/.emacs.d/init.el` file.
199199
```
200200

201201
*Do you have a working installation for another Emacs environment (Spacemacs)? Submit a PR so we can share it with others!*
202+
203+
## Self-Hosted Enterprise
204+
205+
If you are using the plugin with the Windsurf Self-Hosted Enterprise deployment, you'll need to set your Portal and API URLs
206+
in your vim config file so that Windsurf knows where to send completion requests. Add the following line to your `~/.emacs.d/init.el`:
207+
208+
```
209+
(setq-default codeium-enterprise t)\n(setq-default codeium-portal-url\n "<PORTAL URL>")\n(setq-default codeium-api-url\n "<PORTAL URL>/_route/api_server")
210+
```.

0 commit comments

Comments
 (0)