master #1

Open
oli wants to merge 925 commits from master into lua
2 changed files with 11 additions and 18 deletions
Showing only changes of commit ed84eb430c - Show all commits
+11
View File
@@ -0,0 +1,11 @@
return {
'akinsho/bufferline.nvim',
version = '*',
dependencies = 'nvim-tree/nvim-web-devicons',
opts = {
options = {
mode = 'tabs',
separator_style = 'slant',
},
},
}
-18
View File
@@ -56,24 +56,6 @@ return {
}, },
}, },
}, },
tabline = {
lualine_a = {},
lualine_b = {},
lualine_c = {
{
'tabs',
mode = 2,
tabs_color = {
-- Same values as the general color option can be used here.
active = { bg = 'orange', fg = 'black' },
inactive = { bg = 'grey', fg = 'black' },
},
},
},
lualine_x = {},
lualine_y = {},
lualine_z = {},
},
}) })
end, end,
enabled = true, enabled = true,