replace the bufferline with the mini variant
added devicons to telescope deps, so the deps are tracked more accurately.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user