159 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 0406898fb1
improve multiline vim.cmd() example
references #81
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
Evgeni Chasnovski 87d42f38b0 Rename `_G.dump()` to `_G.put()` and tweak it. 3 years ago
Evgeni Chasnovski f5672b5ded Update `_G.dump()`
This modifies code of `_G.dump()` to make it more explicit with `nil` values. Now `dump(nil)` will print `nil` instead of not doing anything.
This also changes printing of multiple arguments: it will print on separate lines instead of separated with spaces.
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 b78d73b3fa
replace flags with GitHub markdown emoji markup 3 years ago
Timothée Sterle 8832afc9ac
draw attention to GitHub TOC 3 years ago
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
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