From 5d95ae4d2c4a47589412fafd1572eaaaff15622d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 2 Nov 2024 18:51:14 +0100 Subject: style(modules/legacy/conf/nvim): Format --- .../conf/nvim/plgs/luasnip/lua/snippets/html/html.lua | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'modules/home.legacy/conf/nvim/plgs/luasnip/lua/snippets/html') diff --git a/modules/home.legacy/conf/nvim/plgs/luasnip/lua/snippets/html/html.lua b/modules/home.legacy/conf/nvim/plgs/luasnip/lua/snippets/html/html.lua index 17e1e7fb..568c97ec 100644 --- a/modules/home.legacy/conf/nvim/plgs/luasnip/lua/snippets/html/html.lua +++ b/modules/home.legacy/conf/nvim/plgs/luasnip/lua/snippets/html/html.lua @@ -22,13 +22,9 @@ return { {} ]], { - f(function(_, snip) - return snip.captures[1] - end), + f(function(_, snip) return snip.captures[1] end), d(1, get_visual), - f(function(_, snip) - return snip.captures[1] - end), + f(function(_, snip) return snip.captures[1] end), } ), { condition = line_begin } @@ -97,9 +93,7 @@ return { {}{} ]], { - f(function(_, snip) - return snip.captures[1] - end), + f(function(_, snip) return snip.captures[1] end), i(1), d(2, get_visual), } -- cgit 1.4.1