summaryrefslogtreecommitdiff
path: root/fnl/util.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/util.fnl')
-rw-r--r--fnl/util.fnl4
1 files changed, 1 insertions, 3 deletions
diff --git a/fnl/util.fnl b/fnl/util.fnl
index a80f0eb..88ec1c3 100644
--- a/fnl/util.fnl
+++ b/fnl/util.fnl
@@ -18,9 +18,7 @@
(defn- deep-equal [xs ys] (and (contains xs ys) (contains ys xs)))
-(defn- synchronized [configured installed]
- (and (= (vim.tbl_count configured) (vim.tbl_count installed))
- (deep-equal configured installed)))
+(defn- synchronized [configured installed] (deep-equal configured installed))
(defn- install []
(packer.startup (fn [use]