87 Commits (master)

Author SHA1 Message Date
Timothée Sterle a8300ac652
run docgen.sh 2 years ago
Timothée Sterle 25d4602bf1 run docgen.sh 2 years ago
Timothée Sterle 32be0e2abe
add section about `:verbose` 2 years ago
Timothée Sterle be74c1a1aa
clarify behavior of vim.o etc
references https://github.com/nanotee/nvim-lua-guide/issues/105
2 years ago
Timothée Sterle 18cb58e57c
run docgen.sh 2 years ago
Timothée Sterle 99b9412d51
run docgen.sh 2 years ago
Timothée Sterle 32e1a4ed2e
nvim_add_user_command() now supports <f-args> 2 years ago
Timothée Sterle f6b01e2bbb add section about user commands 2 years ago
Timothée Sterle c9790768a9
update vim namespace section 2 years ago
Timothée Sterle fd89f0cd3a
mention vim.pretty_print() 2 years ago
Timothée Sterle f0be3f8c3b
run docgen.sh 2 years ago
Timothée Sterle db774a43b1 Run docgen.sh 2 years ago
Timothée Sterle f161c5ea5b
small fixes 2 years ago
Timothée Sterle 5f18514d21
add `:lua =expr` example 2 years ago
Timothée Sterle 358b6b4273
run docgen.sh 3 years ago
Timothée Sterle 7e052bfc61
add note about `s:` variables in `nvim_exec`
fix #85
3 years ago
Timothée Sterle 2f27c94879
update link to lua-language-server documentation 3 years ago
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