AutoYADM commit: 2024-12-16 15:55:04
This commit is contained in:
parent
dda1bbc262
commit
d8d50676e7
4 changed files with 24 additions and 11 deletions
|
@ -1,4 +0,0 @@
|
|||
return {
|
||||
"nmac427/guess-indent.nvim",
|
||||
opts = {},
|
||||
}
|
|
@ -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
|
||||
|
|
9
.config/nvim/lua/plugins/snacks-indent.lua
Normal file
9
.config/nvim/lua/plugins/snacks-indent.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"folke/snacks.nvim",
|
||||
opts = {
|
||||
indent = {
|
||||
enabled = true,
|
||||
only_current = true,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue