You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
314 B
Lua

-- local cokeline = require('cokeline')
--
-- cokeline.setup({
-- -- only show the buffer line if there are at least this many buffers
-- show_if_buffers_are_at_least = 1,
--
-- history = {
-- enabled = true,
-- size = 4,
-- },
--
-- rendering = {
-- max_buffer_width = 999,
-- },
-- })