Skip to content

Commit 1b030f8

Browse files
author
Christian Clason
authored
doc: advertise nanotee/nvim-lua-guide (neovim#14332) [skip ci]
Mention https://github.com/nanotee/nvim-lua-guide at the beginning of ":h lua" as well as ":h lua-vimscript". Closes neovim#12369 .
1 parent e3d0fb0 commit 1b030f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

runtime/doc/lua.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ an idea of what lurks beneath: >
1818
1919
Nvim includes a "standard library" |lua-stdlib| for Lua. It complements the
2020
"editor stdlib" (|functions| and Ex commands) and the |API|, all of which can
21-
be used from Lua code.
21+
be used from Lua code. A good overview of using Lua in neovim is given by
22+
https://github.com/nanotee/nvim-lua-guide.
2223

2324
Module conflicts are resolved by "last wins". For example if both of these
2425
are on 'runtimepath':
@@ -831,6 +832,7 @@ LUA-VIMSCRIPT BRIDGE *lua-vimscript*
831832

832833
Nvim Lua provides an interface to Vimscript variables and functions, and
833834
editor commands and options.
835+
See also https://github.com/nanotee/nvim-lua-guide.
834836

835837
vim.call({func}, {...}) *vim.call()*
836838
Invokes |vim-function| or |user-function| {func} with arguments {...}.

0 commit comments

Comments
 (0)