db448f41e6
Apply initial stylua format Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
9 lines
106 B
Lua
9 lines
106 B
Lua
-- load lualine and plenary
|
|
vim.api.nvim_exec(
|
|
[[
|
|
set rtp+=.
|
|
set rtp+=../plenary.nvim
|
|
]],
|
|
false
|
|
)
|