feat: nvim-surround

This commit is contained in:
NotAShelf 2023-06-07 14:28:27 +03:00
commit 2e40253457
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
8 changed files with 58 additions and 1 deletions

View file

@ -0,0 +1,6 @@
_: {
imports = [
./config.nix
./surround.nix
];
}