1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-13 00:12:55 +01:00
neovim-flake/modules/plugins/assistant/default.nix

7 lines
51 B
Nix
Raw Normal View History

{
2023-02-06 04:14:01 +03:00
imports = [
./chatgpt
2023-02-27 17:06:04 +03:00
./copilot
2023-02-06 04:14:01 +03:00
];
}