aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Patti <feoh@feoh.org>2023-08-10 15:04:13 -0400
committerGitHub <noreply@github.com>2023-08-10 15:04:13 -0400
commit98ad2ee32adea1a02b06a4b45c16fb6f11d836b9 (patch)
treedf10399bda9f8157cc70f43c35542d057675e6fb
parentf6d67b69c3e46c10cdb42c55ad180d2f12c37597 (diff)
parentd0b47ce9581499785aab8ed6772128ad67c95a4b (diff)
Merge pull request #395 from smiggiddy/smiggiddy-patch-1
Add a link to the external lua-guide now that :help lua-guide is gone.
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 1192c46..1332c3b 100644
--- a/init.lua
+++ b/init.lua
@@ -17,7 +17,9 @@ Kickstart.nvim is a template for your own configuration.
a guide. One possible example:
- https://learnxinyminutes.com/docs/lua/
+
And then you can explore or search through `:help lua-guide`
+ - https://neovim.io/doc/user/lua-guide.html
Kickstart Guide: