diff options
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!"), +-- }) |