mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 21:45:59 +01:00
b917526be7
feat: apply new module format to nvim-autopairs
6 lines
68 B
Nix
6 lines
68 B
Nix
_: {
|
|
imports = [
|
|
./config.nix
|
|
./nvim-autopairs.nix
|
|
];
|
|
}
|