File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -813,6 +813,9 @@ require('lazy').setup({
813
813
},
814
814
}
815
815
816
+ -- Add error styling to git commit overflow text
817
+ vim .api .nvim_set_hl (0 , ' gitcommitOverflow' , { link = ' Error' })
818
+
816
819
-- Load the colorscheme here.
817
820
-- Like many other themes, this one has different styles, and you could load
818
821
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
@@ -875,6 +878,8 @@ require('lazy').setup({
875
878
-- If you are experiencing weird indenting issues, add the language to
876
879
-- the list of additional_vim_regex_highlighting and disabled languages for indent.
877
880
additional_vim_regex_highlighting = { ' ruby' },
881
+ -- Use the built-in syntax highlighting for the following:
882
+ disable = { ' gitcommit' },
878
883
},
879
884
indent = { enable = true , disable = { ' ruby' } },
880
885
},
You can’t perform that action at this time.
0 commit comments