mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35:08 +02:00
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:
parent
662a7c8dc7
commit
1971ec5b2b
4 changed files with 63 additions and 46 deletions
|
@ -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 = {
|
Loading…
Add table
Add a link
Reference in a new issue