Added init.lua

template lua script to be changed by developer

Signed-off-by: Ethan Smith-Coss <ethan.sc@closedless.xyz>
This commit is contained in:
Ethan Smith-Coss 2023-03-12 16:06:37 +00:00
parent 206ced8fa4
commit 83392cb3e1
Signed by: ClosedLess Git
GPG Key ID: C8BD354F5DDE0505

12
lua/repo/init.lua Normal file
View File

@ -0,0 +1,12 @@
--[[
This is an example Lua script which prints to :messages.
If you see the comment in :messages, then you have successfully hooked this template repository into Neovim. Nice.
You should probably change this file as the entry point into your Neovim extension. There's no use in keeping this,
template example here. Go, be creative and expand the ecosystem.
Author: Ethan Smith-Coss
Created: 2023-03-12T16:06+0100
--]]
print("Hello from template.nvim! Time to start coding ✨🍪")