mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-10-30 09:20:30 +00:00
Fix bufferline theming
This commit is contained in:
parent
4c256d4b37
commit
902c397e8b
@ -36,8 +36,14 @@ local plugins = {
|
||||
config = require("plugins.lualine"),
|
||||
},
|
||||
|
||||
-- Tabline/bufferline
|
||||
{ "akinsho/bufferline.nvim", version = "v3.*", dependencies = { "kyazdani42/nvim-web-devicons" }, config = true },
|
||||
-- bufferline
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
version = "v3.*",
|
||||
dependencies = { "kyazdani42/nvim-web-devicons" },
|
||||
config = true,
|
||||
opts = { options = { themeable = true } },
|
||||
},
|
||||
|
||||
-- Git status in signcolumn
|
||||
{ "lewis6991/gitsigns.nvim", config = true },
|
||||
|
Loading…
Reference in New Issue
Block a user