aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/filetype.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index d19797b..a15b5c5 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -152,6 +152,10 @@ vis.ftdetect.filetypes = {
gherkin = {
ext = { "%.feature$" },
},
+ ['git-commit'] = {
+ ext = { "^COMMIT_EDITMSG$" },
+ cmd = { "set colorcolumn 72" },
+ },
glsl = {
ext = { "%.glslf$", "%.glslv$" },
},