💄 style(nvim): indent to 2 spaces
This commit is contained in:
parent
853b323773
commit
66af3b6fc1
3 changed files with 50 additions and 54 deletions
|
@ -4,5 +4,5 @@ return {
|
|||
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo" },
|
||||
dependencies = { "stevearc/overseer.nvim" },
|
||||
opts = {},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
@ -10,10 +10,6 @@ return {
|
|||
"akinsho/git-conflict.nvim",
|
||||
opts = {
|
||||
default_mappings = false,
|
||||
highlights = {
|
||||
incoming = "DiffAdd",
|
||||
current = "DiffText",
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>gct", "<cmd>GitConflictChooseTheirs<cr>", desc = "Choose Their Changes" },
|
||||
|
|
Loading…
Add table
Reference in a new issue