195 Commits (master)
 

Author SHA1 Message Date
Timothée Sterle e103bc9c07
run docgen.sh 3 years ago
mizhozan 1ddca5c225 Update README.md 3 years ago
Timothée Sterle d337578119
make :help link regex non-greedy 3 years ago
Timothée Sterle 77194333a1
add link to lsp section of awesome-neovim 3 years ago
Timothée Sterle 7314b721ca
update docgen script 3 years ago
Alexandru Ungur 668d7ad995 Made all :help references hyperlinks to documentation,
Also mentioned the 2nd take on autocommands PR (https://github.com/neovim/neovim/pull/14661) as well as the newer plugin for running Fennel (https://github.com/rktjmp/hotpot.nvim).
3 years ago
Timothée Sterle d5951ba314
add link to Spanish translation 3 years ago
Timothée Sterle 81c92f9f0c
run docgen.sh 3 years ago
David Zhang 040154b428
feat: mention `pcall` to prevent conf collapse (#73)
* feat: pcall to prevent conf collapse

* grammar/phrasing tweaks

Co-authored-by: Timothée Sterle <timothee-s@mailoo.org>
3 years ago
Timothée Sterle 7094146882
run docgen.sh 3 years ago
Kartik Saranathan f4a9328469 typo 3 years ago
Timothée Sterle bcbc72d9c0
update `dump()` snippet 3 years ago
Timothée Sterle ef370d6b73
add link to LuaScript tutorial 3 years ago
Timothée Sterle 1e8a4abf20
add dict/list workaround for internal variables
fixes #70
3 years ago
Timothée Sterle e6767f9c4b
0.5 is out! 3 years ago
Timothée Sterle ef350f6816
remove reference to Lua 5.2
Lua 5.1 is the target version and the extensions may or may not be
enabled at compile time.
3 years ago
Timothée Sterle 4291ee4e0d add more info about sourcing Lua files 3 years ago
Timothée Sterle 21be94a7e1
allow running the docgen script from any directory 3 years ago
Timothée Sterle e549b0d10f
add section about runtime files 3 years ago
Timothée Sterle 73329c561e
make gh linguist ignore the scripts dir 3 years ago
Timothée Sterle 210079ee50
hopefully fix .gitattributes??? 3 years ago
Timothée Sterle 18dea55587
add note about invalid characters for global vars 3 years ago
Timothée Sterle 697cffdc6c add vim.opt examples 3 years ago
Timothée Sterle 40d7b056a9
update options section
Addresses part of #63, will add `vim.opt` later
3 years ago
Timothée Sterle 209b2ef924
add reminder `init.lua` is optional 3 years ago
Timothée Sterle bc3a77194e
update neovim async tutorial link 3 years ago
Timothée Sterle f56cea7de8
update note about vim.cmd
closes #61
3 years ago
Timothée Sterle b38a3bff9c
add info about Luarocks packages 3 years ago
Timothée Sterle b469b7cd84
add links to testing frameworks 3 years ago
Timothée Sterle affeb1f4e0
explain how to reload modules 3 years ago
Timothée Sterle aae0579e1a
update libuv tutorial link 3 years ago
Timothée Sterle ffffeb3d73
Add links to OSV and DAP clients 3 years ago
Timothée Sterle ce3c7768c6
Conversion gotchas (#59)
add section about conversion gotchas
3 years ago
Timothée Sterle 1561654e0e add note about nvim_call_function 3 years ago
Timothée Sterle 9f9aea1c45
run docgen.sh 3 years ago
Devon Morris dd5d431ea2 Fix dead tutorial links for plugins in README.md 3 years ago
Timothée Sterle cb59243fba
delete manually generated toc
github has that built-in now

mhhh, deleting stuff, my favorite
3 years ago
Timothée Sterle ef376963da
get rid of v:lua.require example
it doesn't always work properly
3 years ago
Timothée Sterle 0dc3e39173
run docgen.sh 3 years ago
Timothée Sterle ba21ca5c4e add some info about global-local options in Lua 3 years ago
Timothée Sterle 787b3d1b6e
add link to luarefvim
Thanks for the suggestion, shadman!
3 years ago
Jan Philipp Hafer ab9c093164 fix(vim.fn): closed #52: breaking vim.fn change
vim.fn can not be used anymore for api function calls.
This PR adjusts vim.fn and vim.api descriptions accordingly.

NOTE: A wrong call will result in error, so one can not use for the
other.
3 years ago
Timothée Sterle b6e02de73b
add link to LuaJIT intro
closes #51
3 years ago
Timothée Sterle e642e60d85
update :help references 3 years ago
Timothée Sterle 0597a8eaa1
Mention vim.env
closes #50
3 years ago
Timothée Sterle ac443478e4
run docgen.sh 3 years ago
Jan Philipp Hafer 2895446d61 fix(lua functions): vim.api should be used, if possible
also hint why `vim.call` exists to prevent usage

fixes #6
3 years ago
David Zhang 29848a9e6e fix: typo of Japanese version 3 years ago
Timothée Sterle f157976b3f
run docgen.sh 3 years ago
Jan Philipp Hafer 16423fe3a9 fix(syntax): only mention vim.fn
recommendation TJ DeVries 20210214_0102
3 years ago