28c75e157a
most of my config has been carried over, still need to do colorizer and markdown. added a few new plugins, based off of josean's 2024 video
12 lines
217 B
Lua
12 lines
217 B
Lua
return {
|
|
"akinsho/bufferline.nvim",
|
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
|
version = "*",
|
|
opts = {
|
|
options = {
|
|
mode = "tabs",
|
|
separator_style = "slant",
|
|
},
|
|
},
|
|
}
|