1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/config/nvim/lua/plugins/lualine.lua
2023-10-15 18:17:24 +02:00

15 lines
247 B
Lua

require('lualine').setup {
options = {
icons_enabled = true,
theme = 'dracula',
},
sections = {
lualine_a = {
{
'filename',
path = 1,
}
}
}
}