diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-25 01:42:24 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-25 01:47:29 +0200 |
commit | 68636ef01a9c3c758379d25dc85d68d649a156e2 (patch) | |
tree | ccda398a627cd08a4cd2e0a4537f147614712fb9 /after/plugin/luasnip.lua | |
parent | 4b90644bc355441d05fb1a217e7d828f1cfd77b8 (diff) |
checkpoint
Diffstat (limited to 'after/plugin/luasnip.lua')
-rw-r--r-- | after/plugin/luasnip.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/after/plugin/luasnip.lua b/after/plugin/luasnip.lua index e14a1a5..e882168 100644 --- a/after/plugin/luasnip.lua +++ b/after/plugin/luasnip.lua @@ -26,6 +26,6 @@ ls.config.set_config({ history = true, }) -ls.add_snippets("all", { - ls.parser.parse_snippet("expand", "-- this is $1 expanded $2 $3!"), -}) +-- ls.add_snippets("all", { +-- ls.parser.parse_snippet("expand", "-- this is $1 expanded $2 $3!"), +-- }) |