From 0efd381ea3ad13e075a1623acf4bbecbf952fff7 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Mon, 25 Aug 2025 20:16:25 +0200 Subject: html snippets --- lua/Snippets/html/elements.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lua/Snippets/html/elements.lua (limited to 'lua/Snippets/html/elements.lua') diff --git a/lua/Snippets/html/elements.lua b/lua/Snippets/html/elements.lua new file mode 100644 index 0000000..36c4c17 --- /dev/null +++ b/lua/Snippets/html/elements.lua @@ -0,0 +1,17 @@ +local helper = require('Snippets.luasniphelpers') + +return { + + s({ trig = 'hr', snippetType = 'autosnippet' }, + { + t('
'), + }, + { condition = helper.line_begin } + ), + + s({ trig = 'brk', snippetType = 'autosnippet' }, + { + t('
'), + } + ), +} -- cgit v1.2.3