Skip to content

Commit

Permalink
fix diff highlights not working on gitcommit filetypes (NvChad#1317)
Browse files Browse the repository at this point in the history
removed indentline char as it moves indentline a lil bit towards right whenever contextstart highlight shows , check lukas-reineke/indent-blankline.nvim#454
  • Loading branch information
siduck authored and 22GNUs committed Jul 21, 2022
1 parent 363e831 commit 823c78a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lua/plugins/configs/others.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ M.blankline = function()

local options = {
indentLine_enabled = 1,
char = "",
filetype_exclude = {
"help",
"terminal",
Expand Down
2 changes: 1 addition & 1 deletion lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ local plugins = {

-- git stuff
["lewis6991/gitsigns.nvim"] = {
opt = true,
ft = "gitcommit",
setup = function()
require("core.lazy_load").gitsigns()
end,
Expand Down

0 comments on commit 823c78a

Please sign in to comment.