lualine.nvim/lua/tests/minimal_init.lua

14 lines
283 B
Lua
Raw Normal View History

-- 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
2021-11-13 14:01:01 +00:00
set rtp+=../nvim-web-devicons/
runtime plugin/plenary.vim
]]