11 lines
124 B
Nix
11 lines
124 B
Nix
{
|
|
imports = [
|
|
./cmp.nix
|
|
];
|
|
|
|
plugins = {
|
|
emmet.enable = true;
|
|
# copilot-lua = import ./copilot.nix;
|
|
};
|
|
}
|