Skip to content

Commit

Permalink
fix(ft-plugin): gitcommit buffer local editorconfig value (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wborn authored Aug 12, 2024
1 parent 632d9d1 commit 93ad48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/ftplugin/gitcommit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 93ad48e

Please sign in to comment.