template.nvim/lua/repo/init.lua
Ethan Smith-Coss 83392cb3e1
Added init.lua
template lua script to be changed by developer

Signed-off-by: Ethan Smith-Coss <ethan.sc@closedless.xyz>
2023-03-12 16:06:37 +00:00

12 lines
509 B
Lua

--[[
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 ✨🍪")