lazyvim/init.lua
Kemboi Elvis 1cb6664e33 merge
2025-09-18 05:35:37 +03:00

15 lines
275 B
Lua

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]])