Files
dotfiles/.config/nvim/lua/plugins/lualine.lua
Felix Nehrke 24f7891460 Migrate vim to neovim (min v0.11)
Install newest vim-releases via appimage from github-page!
2025-08-10 17:12:01 +02:00

16 lines
249 B
Lua

return {
"nvim-lualine/lualine.nvim",
dependencies = {
'nvim-tree/nvim-web-devicons'
},
opts = {
sections = {
lualine_c = { { "filename", path = 1 } },
},
inactive_sections = {
lualine_c = { { 'filename', path = 1 } },
},
},
}