183 Commits (25d4602bf16d61337e72b90bac8609352c5f93f5)
 

Author SHA1 Message Date
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 4 years ago
Timothée Sterle ce3c7768c6
Conversion gotchas (#59)
add section about conversion gotchas
4 years ago
Timothée Sterle 1561654e0e add note about nvim_call_function 4 years ago
Timothée Sterle 9f9aea1c45
run docgen.sh 4 years ago
Devon Morris dd5d431ea2 Fix dead tutorial links for plugins in README.md 4 years ago
Timothée Sterle cb59243fba
delete manually generated toc
github has that built-in now

mhhh, deleting stuff, my favorite
4 years ago
Timothée Sterle ef376963da
get rid of v:lua.require example
it doesn't always work properly
4 years ago
Timothée Sterle 0dc3e39173
run docgen.sh 4 years ago
Timothée Sterle ba21ca5c4e add some info about global-local options in Lua 4 years ago
Timothée Sterle 787b3d1b6e
add link to luarefvim
Thanks for the suggestion, shadman!
4 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.
4 years ago
Timothée Sterle b6e02de73b
add link to LuaJIT intro
closes #51
4 years ago
Timothée Sterle e642e60d85
update :help references 4 years ago
Timothée Sterle 0597a8eaa1
Mention vim.env
closes #50
4 years ago
Timothée Sterle ac443478e4
run docgen.sh 4 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
4 years ago
David Zhang 29848a9e6e fix: typo of Japanese version 4 years ago
Timothée Sterle f157976b3f
run docgen.sh 4 years ago
Jan Philipp Hafer 16423fe3a9 fix(syntax): only mention vim.fn
recommendation TJ DeVries 20210214_0102
4 years ago
Timothée Sterle 6bd5fde20e
add another Lua quickstart guide 4 years ago
Jan Philipp Hafer 1ebecf6f6e fix(intro): add motivation links
also fix 1 typo
4 years ago
Timothée Sterle 1e211075b1
remove some todo items 4 years ago
Timothée Sterle ecc480d791
delete note about vim packages 4 years ago
Timothée Sterle d478f2e674
run docgen.sh 4 years ago
Jan Philipp Hafer febe9d1d09 fix(syntax): use Leader as in neovim manual 4 years ago
Jan Philipp Hafer 7dfb579c5b fix: quotations for mappings, concatenation for set options
reason: every lua code invocation needs it and its annoying to escape,
hint for easier handling in long set option strings
4 years ago
Timothée Sterle eab73a9c5e delete example lua-language-server config 4 years ago
Timothée Sterle f2963ef651 add `vim.api.nvim_replace_termcodes()` section 4 years ago
Timothée Sterle 6dbe79b206
tweak check_back_space example 4 years ago
Timothée Sterle 5327be849c
add link to `init.lua` tutorial 4 years ago
Timothée Sterle a494f95048
clarify usage of `_G` 4 years ago