💄 style(nvim): indent to 2 spaces

This commit is contained in:
Sergio Laín 2023-10-18 12:04:10 +02:00
parent 853b323773
commit 66af3b6fc1
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 50 additions and 54 deletions

View file

@ -4,5 +4,5 @@ return {
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo" },
dependencies = { "stevearc/overseer.nvim" },
opts = {},
}
},
}

View file

@ -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" },