add surround
This commit is contained in:
@@ -33,6 +33,7 @@ let
|
||||
./markdown.nix
|
||||
./hop.nix
|
||||
./colorizer.nix
|
||||
./surround.nix
|
||||
]);
|
||||
merged =
|
||||
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
||||
|
||||
3
home-manager/nixvim/surround.nix
Normal file
3
home-manager/nixvim/surround.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
plugins.nvim-surround.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user