diff options
| author | 2024-03-01 20:22:28 +0100 | |
|---|---|---|
| committer | 2024-03-01 20:22:28 +0100 | |
| commit | f2172b8b6562f667c2f0f8824c978598c46ccd7e (patch) | |
| tree | 0e7c36ff7194758df51335228ac0c80fd142f6df /dot_config/nvim/lua/plugins | |
| parent | git: a bunch of updates to the config, just read it tbh (diff) | |
nvim: mini.bracketed indent-mode looks for different indent levels
Diffstat (limited to 'dot_config/nvim/lua/plugins')
| -rw-r--r-- | dot_config/nvim/lua/plugins/mini/init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dot_config/nvim/lua/plugins/mini/init.lua b/dot_config/nvim/lua/plugins/mini/init.lua index 370837a..2b61811 100644 --- a/dot_config/nvim/lua/plugins/mini/init.lua +++ b/dot_config/nvim/lua/plugins/mini/init.lua @@ -12,7 +12,9 @@ return { ai = {}, align = {}, basics = {}, - bracketed = {}, + bracketed = { + indent = { options = { change_type = 'diff' } }, + }, comment = {}, completion = {}, cursorword = {}, |
