1
0
Fork 0
mirror of https://github.com/LazyVim/LazyVim.git synced 2025-07-03 05:54:39 +02:00
LazyVim.LazyVim/init.lua

15 lines
274 B
Lua
Raw Permalink Normal View History

vim.api.nvim_echo({
{
"Do not use this repository directly\n",
"ErrorMsg",
},
{
"Please check the docs on how to get started with LazyVim\n",
"WarningMsg",
},
{ "Press any key to exit", "MoreMsg" },
}, true, {})
vim.fn.getchar()
vim.cmd([[quit]])