nvim: disable indentscope by default. add ui toggle

This commit is contained in:
Daniel Lundin 2025-02-02 13:42:19 +01:00
parent 8fb4b727ba
commit a82ffe7012
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 6 additions and 1 deletions
home/common/nvim

View file

@ -35,8 +35,9 @@ indentscope.setup({
delay = 10,
animation = indentscope.gen_animation.none(),
},
symbol = '',
symbol = '',
})
vim.g.miniindentscope_disable = true
require('mini.jump2d').setup({
mappings = { start_jumping = 'gw' }