replace the bufferline with the mini variant

added devicons to telescope deps, so the deps are tracked more
accurately.
This commit is contained in:
2025-11-23 02:05:17 +01:00
parent 8f98beb4a7
commit 8cf37489be
3 changed files with 3 additions and 29 deletions

View File

@@ -71,6 +71,7 @@ require('mini.diff').setup({ -- shows git diffs in the file
})
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.icons').setup()
require('mini.indentscope').setup({
draw = {
delay = 50, -- delay in MS before writing the indicator
@@ -111,6 +112,7 @@ require('mini.statusline').setup({
use_icons = true,
set_vim_settings = true,
})
require('mini.tabline').setup() -- TODO: port keybindings from the older configuration
require('mini.trailspace').setup() -- trailing space indication and removal.
---@module 'lazy'