All plugins are now in their own files with their lazy specifications and configurations. Also moved lazy initialization to init.lua because it is very compact now
7 lines
174 B
Lua
7 lines
174 B
Lua
return {
|
|
"akinsho/bufferline.nvim",
|
|
version = "*",
|
|
dependencies = { "kyazdani42/nvim-web-devicons" },
|
|
config = true,
|
|
--opts = { options = { themeable = true } },
|
|
}
|