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_
22
22
23
-
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.
24
24
25
25
Contributions are welcome! Feel free to submit pull requests and issues related to the plugin.
26
26
@@ -35,13 +35,13 @@ Contributions are welcome! Feel free to submit pull requests and issues related
35
35
1. Install [Vim](https://github.com/vim/vim) (at least 9.0.0185) or [Neovim](https://github.com/neovim/neovim/releases/latest) (at
36
36
least 0.6)
37
37
38
-
2. Install `Exafunction/codeium.vim` using your vim plugin manager of
38
+
2. Install `Exafunction/windsurf.vim` using your vim plugin manager of
39
39
choice, or manually. See [Installation Options](#-installation-options) below.
40
40
41
-
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.
42
42
43
43
You can run `:help codeium` for a full list of commands and configuration
44
-
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.
45
45
46
46
## 🛠️ Configuration
47
47
@@ -50,7 +50,7 @@ A few of the most popular options are highlighted below.
50
50
51
51
### ⌨️ Keybindings
52
52
53
-
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.
188
188
189
-
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).
190
190
191
-
### Launching Codeium Chat
191
+
### Launching Windsurf Chat
192
192
193
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.
194
194
@@ -209,27 +209,27 @@ Note that launching chat enables telemetry.
0 commit comments