mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 22:55:58 +01:00
6 lines
146 B
Nix
6 lines
146 B
Nix
_: {
|
|
imports = [
|
|
./copilot.nix
|
|
# ./tabnine.nix # removed until I find a way around the initialisation script the plugin requires
|
|
];
|
|
}
|