local Plugin = {'nvim-lualine/lualine.nvim'} function Plugin.config() local lualine = require('lualine') lualine.setup() end return Plugin