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/mail.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/after/ftplugin/mail.lua') diff --git a/.config/nvim/after/ftplugin/mail.lua b/.config/nvim/after/ftplugin/mail.lua index c6bb6a2..599950a 100644 --- a/.config/nvim/after/ftplugin/mail.lua +++ b/.config/nvim/after/ftplugin/mail.lua @@ -1,5 +1,5 @@ local lib = require('mango.lib') -lib.setTabWidth(2, true) +lib.set_tab_width(2, true) vim.opt_local.expandtab = true vim.opt_local.textwidth = 73 -- cgit v1.2.3