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