12 lines
193 B
Lua
12 lines
193 B
Lua
-- Copyright (c) 2020-2021 shadmansaleh
|
|
-- MIT license, see LICENSE for more details.
|
|
|
|
-- load lualine and plenary
|
|
vim.api.nvim_exec(
|
|
[[
|
|
set rtp+=.
|
|
set rtp+=../plenary.nvim
|
|
]],
|
|
false
|
|
)
|