70 Commits (f06fd3dc2df3e46ed5bdf2721600f2844a9c8d47)

Author SHA1 Message Date
Timothée Sterle f06fd3dc2d
mention v:lua.require function call syntax 3 years ago
Timothée Sterle 93343fc100
meta-accessors for internal variables now support indexing with a number 3 years ago
Timothée Sterle c418303b27
remove todos
`nvim_exec` now supports script scope
3 years ago
Timothée Sterle 56697b5c65
run docgen.sh 3 years ago
Timothée Sterle 9e5ebc9184
add warning about padding Lua strings 3 years ago
Timothée Sterle 52676009a9
literal strings -> double bracketed strings
Turns out I misread `Programming in Lua` when I wrote this.
3 years ago
Timothée Sterle a74f03fadb
small vimdoc fixes 3 years ago
Timothée Sterle 13af62882a
mention `api-global`
Fix #76
3 years ago
Timothée Sterle 44711800b8
fix broken vimdoc
Sigh.
3 years ago
Timothée Sterle e103bc9c07
run docgen.sh 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
Timothée Sterle 81c92f9f0c
run docgen.sh 3 years ago
Timothée Sterle 7094146882
run docgen.sh 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 e549b0d10f
add section about runtime files 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
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
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 787b3d1b6e
add link to luarefvim
Thanks for the suggestion, shadman!
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
Timothée Sterle f157976b3f
run docgen.sh 4 years ago
Timothée Sterle 6bd5fde20e
add another Lua quickstart guide 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
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