diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-26 00:26:20 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-26 00:26:20 +0100 |
commit | 4a55100e86484f0a0b84ff2a96f87c44dd3b7d6b (patch) | |
tree | 990f239072629353a99a308888b9b5b0d590a2db | |
parent | 868720f04a6595625d19ca8bf9152e4f4959b62b (diff) |
Set history to true for snippets
-rw-r--r-- | fnl/plugins/snippets.fnl | 2 |
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> (λ [] |