diff options
| author | Smig <89040888+smiggiddy@users.noreply.github.com> | 2023-08-10 15:00:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-10 15:00:15 -0400 |
| commit | a0f53da339e14691f41f35388f34b0c059089475 (patch) | |
| tree | 2a7a7e8636cb91f4719ba692e364daee644b1fb7 /nvim | |
| parent | 3bf0ff0ea71d8eeb6a958f58488a15cad9023231 (diff) | |
| download | dots-a0f53da339e14691f41f35388f34b0c059089475.tar.gz | |
Update init.lua
added a URL to the lua-guide
may help others who miss the :help lua-guide
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index 1192c46..1332c3b 100644 --- a/nvim/init.lua +++ b/nvim/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: |