From 7f662c07bc320818f6dcd3b60d08625185b4a00e Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 10 Apr 2025 08:43:30 +0200 Subject: [PATCH] Update init.lua Co-authored-by: Chris Patti --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 73d97594..b11765a5 100644 --- a/init.lua +++ b/init.lua @@ -85,7 +85,7 @@ P.S. You can delete this when you're done too. It's your config now! :) --]] -- -- --- One last note before we leave you to play around: Lua is a real programming language. +-- One last note before we leave you to explore: Lua is a real programming language. -- Why is that important? First of all, that you can use all the features of Lua, -- like variables, conditionals, loops and functions. Secondly, that you can interact with -- neovim in concise way. The following lines contain two examples that might give you some inspirations.