mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-02 09:05:00 +02:00
feat(init)!: disable init.lua and show a message on how to use LazyVim
This commit is contained in:
parent
e369a25ba3
commit
aa6ba29772
3 changed files with 19 additions and 69 deletions
15
init.lua
15
init.lua
|
@ -1 +1,14 @@
|
|||
require("lazyvim.config.lazy")
|
||||
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]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue