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:
parent
206ced8fa4
commit
83392cb3e1
12
lua/repo/init.lua
Normal file
12
lua/repo/init.lua
Normal 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 ✨🍪")
|
||||
Loading…
Reference in New Issue
Block a user