lualine.nvim/lua/tests/minimal_init.lua
github-actions[bot] db448f41e6
chore: formated with stylua (#32)
Apply initial stylua format

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-09-04 00:28:20 +06:00

9 lines
106 B
Lua

-- load lualine and plenary
vim.api.nvim_exec(
[[
set rtp+=.
set rtp+=../plenary.nvim
]],
false
)