16 lines
237 B
Nix
16 lines
237 B
Nix
{...}: {
|
|
plugins = {
|
|
# mini-pairs = {
|
|
# enable = true;
|
|
# };
|
|
# ts-comments = {
|
|
# enable = true;
|
|
# };
|
|
# mini-ai = {
|
|
# enable = true;
|
|
# };
|
|
# lazydev = {
|
|
# enable = true;
|
|
# };
|
|
};
|
|
}
|