neovim: nvf options change enableconfig --> globals

This commit is contained in:
ooks-io 2025-01-28 19:59:48 +11:00
parent 48368d3be2
commit a31bebbf74
6 changed files with 13 additions and 8 deletions

View file

@ -10,6 +10,12 @@
autoStart = false;
};
};
images.image-nvim = {
enable = true;
setupOpts = {
backend = "kitty";
};
};
};
};
}