diff options
Diffstat (limited to 'hm/soispha/conf/nvim/plgs/telescope/extensions/rooter/default.nix')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/telescope/extensions/rooter/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/plgs/telescope/extensions/rooter/default.nix b/hm/soispha/conf/nvim/plgs/telescope/extensions/rooter/default.nix new file mode 100644 index 00000000..779448cc --- /dev/null +++ b/hm/soispha/conf/nvim/plgs/telescope/extensions/rooter/default.nix @@ -0,0 +1,7 @@ +{lib, ...}: { + programs.nixvim = { + extraConfigLuaPost = '' + ${lib.strings.fileContents ./lua/rooter.lua} + ''; + }; +} |