From a5ce2d3ea526e3b5f0684e935c5d8fc861eb507b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 12 Sep 2023 21:23:56 +0200 Subject: Use snake_case for ‘set_tab_width()’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/after/ftplugin/html.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/after/ftplugin/html.lua') diff --git a/.config/nvim/after/ftplugin/html.lua b/.config/nvim/after/ftplugin/html.lua index 4a52958..50a85a4 100644 --- a/.config/nvim/after/ftplugin/html.lua +++ b/.config/nvim/after/ftplugin/html.lua @@ -1,3 +1,3 @@ local lib = require('mango.lib') -lib.setTabWidth(2, true) +lib.set_tab_width(2, true) -- cgit v1.2.3