From ec962abd1a7a7b57ba92225b07f606fd87a5e2e4 Mon Sep 17 00:00:00 2001 From: Roel de Cort Date: Thu, 9 May 2024 01:25:49 +0200 Subject: [PATCH] remove comment --- config/plugins/snippets/luasnip.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/plugins/snippets/luasnip.nix b/config/plugins/snippets/luasnip.nix index 402bb51..3a3c41a 100644 --- a/config/plugins/snippets/luasnip.nix +++ b/config/plugins/snippets/luasnip.nix @@ -1,4 +1,3 @@ -#TODO: Find out why we get an error when we have luasnip enabled, disabled for now! {pkgs, ...}: { plugins.luasnip = { enable = true;