lualine/bufferline ui
This commit is contained in:
parent
e34b835fbf
commit
9331121a9f
7 changed files with 168 additions and 242 deletions
13
lua/plugins/lualine.lua
Normal file
13
lua/plugins/lualine.lua
Normal 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 = "",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue