We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3e7de commit 8734f53Copy full SHA for 8734f53
README.md
@@ -199,3 +199,12 @@ Add the following to your `~/.emacs.d/init.el` file.
199
```
200
201
*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