lualine.nvim/lua/tests/minimal_init.lua
github-actions[bot] cd08f74bb7
chore: formated with stylua (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-13 21:53:13 +06:00

13 lines
250 B
Lua

-- Copyright (c) 2020-2021 shadmansaleh
-- MIT license, see LICENSE for more details.
if os.getenv 'TEST_COV' then
require 'luacov'
end
-- load lualine and plenary
vim.cmd [[
set rtp+=.
set rtp+=../plenary.nvim
runtime plugin/plenary.vim
]]