mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-25 21:24:59 +02:00
plugins/windsurf-vim: rename codeium-vim
Rename plugin, use new packpathname, and update deprecations to point from old name to new name.
This commit is contained in:
parent
1971ec5b2b
commit
7f4efe62e0
3 changed files with 41 additions and 17 deletions
|
@ -3,14 +3,14 @@
|
|||
# For some reason, nvim hangs when using codeium-vim. After checking, it doesn't look like a bug though.
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.codeium-vim.enable = true;
|
||||
plugins.windsurf-vim.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
# For some reason, nvim hangs when using codeium-vim. After checking, it doesn't look like a bug though.
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.codeium-vim = {
|
||||
plugins.windsurf-vim = {
|
||||
enable = true;
|
||||
|
||||
keymaps = {
|
Loading…
Add table
Add a link
Reference in a new issue