14 lines
154 B
Nix
14 lines
154 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins = {
|
|
nvim-autopairs = {
|
|
enable = true;
|
|
settings = {
|
|
check_ts = true;
|
|
};
|
|
};
|
|
};
|
|
}
|
|
|