Skip to content

Commit

Permalink
feat: disable diagnostics with git conflict in file
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Jan 1, 2023
1 parent 24e9070 commit 2a28a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/git/conflict.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ end

conflict.setup({
default_mappings = true, -- disable buffer local mapping created by this plugin
disable_diagnostics = false, -- This will disable the diagnostics in a buffer whilst it is conflicted
disable_diagnostics = true, -- This will disable the diagnostics in a buffer whilst it is conflicted
highlights = { -- They must have background color, otherwise the default color will be used
incoming = 'DiffText',
current = 'DiffAdd',
Expand Down

0 comments on commit 2a28a97

Please sign in to comment.