Small updates

This commit is contained in:
MDS
2026-01-13 11:11:42 +01:00
parent 267093190b
commit a4c7aeb53f
3 changed files with 9 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ now(function() require('mini.statusline').setup() end)
-- Tabline. Sets `:h 'tabline'` to show all listed buffers in a line at the top.
-- Buffers are ordered as they were created. Navigate with `[b` and `]b`.
now(function() require('mini.tabline').setup() end)
-- now(function() require('mini.tabline').setup() end)
-- Extra 'mini.nvim' functionality.
--