lualine/bufferline ui

This commit is contained in:
Daniel B Sherry 2025-05-18 11:39:24 -05:00
parent e34b835fbf
commit 9331121a9f
7 changed files with 168 additions and 242 deletions

13
lua/plugins/lualine.lua Normal file
View file

@ -0,0 +1,13 @@
-- Using opts (recommended when no custom logic is needed)
return {
"nvim-lualine/lualine.nvim",
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
options = {
theme = "dracula",
section_separators = "",
component_separators = "",
},
},
}