add surround
This commit is contained in:
@@ -33,6 +33,7 @@ let
|
|||||||
./markdown.nix
|
./markdown.nix
|
||||||
./hop.nix
|
./hop.nix
|
||||||
./colorizer.nix
|
./colorizer.nix
|
||||||
|
./surround.nix
|
||||||
]);
|
]);
|
||||||
merged =
|
merged =
|
||||||
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
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