summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-26 00:26:20 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-26 00:26:20 +0100
commit4a55100e86484f0a0b84ff2a96f87c44dd3b7d6b (patch)
tree990f239072629353a99a308888b9b5b0d590a2db /fnl
parent868720f04a6595625d19ca8bf9152e4f4959b62b (diff)
Set history to true for snippets
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/snippets.fnl2
1 files changed, 1 insertions, 1 deletions
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>
(λ []