mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/windsurf-nvim: dont run nvim
Transient error being cached.
This commit is contained in:
parent
c8cd3a9467
commit
b541c36468
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
empty = {
|
empty = {
|
||||||
|
# FIXME: codeium auth error sometimes
|
||||||
|
test.runNvim = false;
|
||||||
plugins.windsurf-nvim = {
|
plugins.windsurf-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.enable_cmp_source = false;
|
settings.enable_cmp_source = false;
|
||||||
|
@ -7,6 +9,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
enabled-by-cmp = {
|
enabled-by-cmp = {
|
||||||
|
# FIXME: codeium auth error sometimes
|
||||||
|
test.runNvim = false;
|
||||||
plugins.cmp = {
|
plugins.cmp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -15,6 +19,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
|
# FIXME: codeium auth error sometimes
|
||||||
|
test.runNvim = false;
|
||||||
plugins = {
|
plugins = {
|
||||||
cmp.enable = true;
|
cmp.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue