vim: fix copilot plugin name

This commit is contained in:
2026-02-10 21:27:25 +01:00
parent bad97a55bd
commit dd6f9a89cb

View File

@@ -81,7 +81,7 @@ neovim.override {
}
)
]
++ lib.optional withCopilot vimPlugins.copilot.nvim;
++ lib.optional withCopilot vimPlugins.copilot-vim;
opt = [
csv
dhall-vim