use copilot in neovim

This commit is contained in:
sloane 2025-04-03 10:47:09 -04:00
parent 994d1154a4
commit 85738cb47a
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -262,5 +262,7 @@
disableNetrw = true;
openOnSetup = false;
};
plugins.copilot-lua.enable = true;
};
}