fix diff highlights not working on gitcommit filetypes (#1317)
removed indentline char as it moves indentline a lil bit towards right whenever contextstart highlight shows , check https://github.com/lukas-reineke/indent-blankline.nvim/issues/454
This commit is contained in:
parent
7b683eaf63
commit
37b2c53a46
@ -33,7 +33,6 @@ M.blankline = function()
|
|||||||
|
|
||||||
local options = {
|
local options = {
|
||||||
indentLine_enabled = 1,
|
indentLine_enabled = 1,
|
||||||
char = "▏",
|
|
||||||
filetype_exclude = {
|
filetype_exclude = {
|
||||||
"help",
|
"help",
|
||||||
"terminal",
|
"terminal",
|
||||||
|
@ -64,7 +64,7 @@ local plugins = {
|
|||||||
|
|
||||||
-- git stuff
|
-- git stuff
|
||||||
["lewis6991/gitsigns.nvim"] = {
|
["lewis6991/gitsigns.nvim"] = {
|
||||||
opt = true,
|
ft = "gitcommit",
|
||||||
setup = function()
|
setup = function()
|
||||||
require("core.lazy_load").gitsigns()
|
require("core.lazy_load").gitsigns()
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user