From 4a55100e86484f0a0b84ff2a96f87c44dd3b7d6b Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Thu, 26 Dec 2024 00:26:20 +0100
Subject: Set history to true for snippets

---
 fnl/plugins/snippets.fnl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'fnl')

diff --git a/fnl/plugins/snippets.fnl b/fnl/plugins/snippets.fnl
index 44c8a2d..fbfaeac 100644
--- a/fnl/plugins/snippets.fnl
+++ b/fnl/plugins/snippets.fnl
@@ -13,7 +13,7 @@
         luasnip-vscode (require :luasnip.loaders.from_vscode)]
     (luasnip-vscode.lazy_load)
     (apply-to-files :/fnl/plugins/snippets add-snippets)
-    (ls.config.set_config {:history false
+    (ls.config.set_config {:history true
                            :updateevents "TextChanged,TextChangedI"})
     (vim.keymap.set [:i :s] :<c-u>
                     (λ []
-- 
cgit v1.2.3-70-g09d2