From 817941ff2dac68a2e58e4dad06adea6b3fb54b36 Mon Sep 17 00:00:00 2001 From: Stephane Pluchart Date: Mon, 12 Aug 2024 10:45:13 +0200 Subject: [PATCH] fix(ft-plugin): gitcommit buffer local editorconfig value --- after/ftplugin/gitcommit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/ftplugin/gitcommit.lua b/after/ftplugin/gitcommit.lua index 9f66ff2..0d294ac 100644 --- a/after/ftplugin/gitcommit.lua +++ b/after/ftplugin/gitcommit.lua @@ -3,4 +3,4 @@ vim.opt_local.spell = true vim.opt_local.number = false vim.opt_local.relativenumber = false vim.opt_local.linebreak = true -vim.opt_local.editorconfig = false +vim.b.editorconfig = false