AutoYADM commit: 2024-12-16 15:55:04

This commit is contained in:
Daniel Fichtinger 2024-12-16 15:55:04 -05:00
parent dda1bbc262
commit d8d50676e7
4 changed files with 24 additions and 11 deletions

View file

@ -1,4 +0,0 @@
return {
"nmac427/guess-indent.nvim",
opts = {},
}

View file

@ -1,9 +1,17 @@
return {
"folke/snacks.nvim",
opts = {
indent = {
enabled = true,
only_current = true,
local spec = {
guess = {
"nmac427/guess-indent.nvim",
opts = {},
},
matic = {
"Darazaki/indent-o-matic",
opts = {
max_lines = 2048,
standard_widths = { 2, 4, 8 },
skip_multiline = true,
},
},
}
return spec.matic

View file

@ -0,0 +1,9 @@
return {
"folke/snacks.nvim",
opts = {
indent = {
enabled = true,
only_current = true,
},
},
}