mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 20:23:30 +00:00
feat: nvim-surround
This commit is contained in:
parent
0c01fbc121
commit
2e40253457
8 changed files with 58 additions and 1 deletions
6
modules/utility/surround/default.nix
Normal file
6
modules/utility/surround/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./surround.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue