dotfiles/home/.config/nvim/lua/plugins/lualine.lua

4 lines
52 B
Lua
Raw Normal View History

return function()
require("lualine").setup({})
end