mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
12 lines
165 B
Lua
12 lines
165 B
Lua
-- https://github.com/nvim-lualine/lualine.nvim
|
|
require('lualine').setup{
|
|
sections = {
|
|
lualine_c = {
|
|
{
|
|
'filename',
|
|
path = 1
|
|
}
|
|
}
|
|
}
|
|
}
|