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