You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Free, ultrafast Copilot alternative for Vim and Neovim_
20
22
21
-
Codeium autocompletes your code with AI in all major IDEs. We [launched](https://www.codeium.com/blog/codeium-copilot-alternative-in-vim) this implementation of the Codeium plugin for Vim and Neovim to bring this modern coding superpower to more developers. Check out our [playground](https://www.codeium.com/playground) if you want to quickly try out Codeium online.
23
+
Windsurf autocompletes your code with AI in all major IDEs. We [launched](https://www.windsurf.com/blog/codeium-copilot-alternative-in-vim) this implementation of the Windsurf plugin for Vim and Neovim to bring this modern coding superpower to more developers. Check out our [playground](https://www.windsurf.com/playground) if you want to quickly try out Windsurf online.
22
24
23
25
Contributions are welcome! Feel free to submit pull requests and issues related to the plugin.
24
26
@@ -33,13 +35,13 @@ Contributions are welcome! Feel free to submit pull requests and issues related
33
35
1. Install [Vim](https://github.com/vim/vim) (at least 9.0.0185) or [Neovim](https://github.com/neovim/neovim/releases/latest) (at
34
36
least 0.6)
35
37
36
-
2. Install `Exafunction/codeium.vim` using your vim plugin manager of
38
+
2. Install `Exafunction/windsurf.vim` using your vim plugin manager of
37
39
choice, or manually. See [Installation Options](#-installation-options) below.
38
40
39
-
3. Run `:Codeium Auth` to set up the plugin and start using Codeium.
41
+
3. Run `:Codeium Auth` to set up the plugin and start using Windsurf.
40
42
41
43
You can run `:help codeium` for a full list of commands and configuration
42
-
options, or see [this guide](https://www.codeium.com/vim_tutorial) for a quick tutorial on how to use Codeium.
44
+
options, or see [this guide](https://www.windsurf.com/vim_tutorial) for a quick tutorial on how to use Windsurf.
43
45
44
46
## 🛠️ Configuration
45
47
@@ -48,17 +50,19 @@ A few of the most popular options are highlighted below.
48
50
49
51
### ⌨️ Keybindings
50
52
51
-
Codeium provides the following functions to control suggestions:
53
+
Windsurf provides the following functions to control suggestions:
Please check `:help statusline` for further information about building statusline in VIM.
182
188
183
-
vim-airline supports Codeium out-of-the-box since commit [3854429d](https://github.com/vim-airline/vim-airline/commit/3854429d99c8a2fb555a9837b155f33c957a2202).
189
+
vim-airline supports Windsurf out-of-the-box since commit [3854429d](https://github.com/vim-airline/vim-airline/commit/3854429d99c8a2fb555a9837b155f33c957a2202).
184
190
185
-
### Launching Codeium Chat
191
+
### Launching Windsurf Chat
186
192
187
-
Calling the `codeium#Chat()` function will enable search and indexing in the current project and launch Codeium Chat in a new browser window.
193
+
Calling the `codeium#Chat()` function or using the `Codeium Chat` command will enable search and indexing in the current project and launch Codeium Chat in a new browser window.
188
194
189
195
```vim
190
196
:call codeium#Chat()
197
+
:Codeium Chat
191
198
```
192
199
193
200
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:
@@ -202,27 +209,27 @@ Note that launching chat enables telemetry.
0 commit comments