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
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