diff options
Diffstat (limited to 'lua/core/snippets/shorthands.lua')
-rw-r--r-- | lua/core/snippets/shorthands.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/snippets/shorthands.lua b/lua/core/snippets/shorthands.lua index 9f122ff..4e6aa10 100644 --- a/lua/core/snippets/shorthands.lua +++ b/lua/core/snippets/shorthands.lua @@ -1,4 +1,4 @@ -ls = require('luasnip') +ls = require("luasnip") s = ls.snippet sn = ls.snippet_node t = ls.text_node |