write own lightweight tabufline | remove bufferline
This commit is contained in:
parent
5e4b2e6a11
commit
845d5b4866
11 changed files with 269 additions and 123 deletions
|
|
@ -4,7 +4,6 @@
|
|||
local M = {}
|
||||
|
||||
M.options = {
|
||||
|
||||
-- load your options here or load module with options
|
||||
user = function() end,
|
||||
|
||||
|
|
@ -25,9 +24,11 @@ M.ui = {
|
|||
|
||||
statusline = {
|
||||
separator_style = "default", -- default/round/block/arrow
|
||||
config = "%!v:lua.require'ui.statusline'.run()",
|
||||
config = "%!v:lua.require('ui.statusline').run()",
|
||||
override = {},
|
||||
},
|
||||
|
||||
tabufline_enabled = true,
|
||||
}
|
||||
|
||||
M.plugins = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue