chore: formated with stylua (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
632a11fa33
commit
cd08f74bb7
|
@ -1,8 +1,8 @@
|
||||||
-- Copyright (c) 2020-2021 shadmansaleh
|
-- Copyright (c) 2020-2021 shadmansaleh
|
||||||
-- MIT license, see LICENSE for more details.
|
-- MIT license, see LICENSE for more details.
|
||||||
|
|
||||||
if os.getenv('TEST_COV') then
|
if os.getenv 'TEST_COV' then
|
||||||
require('luacov')
|
require 'luacov'
|
||||||
end
|
end
|
||||||
-- load lualine and plenary
|
-- load lualine and plenary
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
|
|
Loading…
Reference in New Issue