plugins/windsurf-nvim: rename codeium-nvim

Rename plugin, use new packpathname, and update deprecations to point
from old name to new name.
This commit is contained in:
Austin Horstman 2025-04-19 12:22:25 -05:00 committed by nix-infra-bot
parent 662a7c8dc7
commit 1971ec5b2b
4 changed files with 63 additions and 46 deletions

View file

@ -1,6 +1,6 @@
{
empty = {
plugins.codeium-nvim = {
plugins.windsurf-nvim = {
enable = true;
settings.enable_cmp_source = false;
};
@ -18,7 +18,7 @@
plugins = {
cmp.enable = true;
codeium-nvim = {
windsurf-nvim = {
enable = true;
settings = {