From fcf93367045238ff598da59cce0d095b6aefaec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michi=20Flo=C3=9Fmann?= Date: Sat, 13 Jul 2024 13:44:15 +0200 Subject: [PATCH] add a todo --- plugins/luasnip.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/luasnip.nix b/plugins/luasnip.nix index a19b3a6..7852fc7 100644 --- a/plugins/luasnip.nix +++ b/plugins/luasnip.nix @@ -1,6 +1,7 @@ _:{ opts.enable = true; + # TODO: There's a better way to do this rootOpts = { extraConfigLuaPre = '' require("luasnip.loaders.from_lua").load({paths = "~/.config/snippets/"})