replace snacks with some mini functions

This commit is contained in:
2025-11-23 01:30:17 +01:00
parent c00629e56d
commit 411bc325c5
2 changed files with 3 additions and 86 deletions

View File

@@ -24,8 +24,8 @@ require('mini.diff').setup({ -- shows git diffs in the file
style = 'sign',
}
})
require('mini.jump').setup() -- extends f,F,t,T to work across multiple lines
require('mini.jump').setup() -- extends f,F,t,T to work across multiple lines
require('mini.cursorword').setup() -- highlight words beneath the cursor
require('mini.indentscope').setup({
draw = {
delay = 50, -- delay in MS before writing the indicator
@@ -35,7 +35,7 @@ require('mini.indentscope').setup({
MiniDeps.later(function()
vim.api.nvim_set_hl(0, 'MiniIndentscopeSymbol', { link = 'Whitespace' })
end)
require('mini.notify').setup() -- has more noticeable / utilitarian / aesthetically pleasing notifications
require('mini.statusline').setup({
content = {
active = function()