51 Commits (ef350f6816a392b47e6b6d50cd3ed93f5213f7cc)

Author SHA1 Message Date
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
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
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 787b3d1b6e
add link to luarefvim
Thanks for the suggestion, shadman!
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
Timothée Sterle f157976b3f
run docgen.sh 3 years ago
Timothée Sterle 6bd5fde20e
add another Lua quickstart guide 3 years ago
Timothée Sterle 1e211075b1
remove some todo items 3 years ago
Timothée Sterle ecc480d791
delete note about vim packages 3 years ago
Timothée Sterle d478f2e674
run docgen.sh 3 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
Timothée Sterle 654e4682b6
tweak sumneko_lua example config description
I recently started using sumneko/lua-language-server again and the
previous description didn't seem to be entirely acurate, so I rewrote it
to be less specific.
4 years ago
Timothée Sterle 3bda20124c delete most of the caveat section for vim.{o/bo/wo} 4 years ago
Timothée Sterle f37a52e4e1 add section about init.lua 4 years ago
Timothée Sterle 97ba087447 add info about `print()` in Lua 4 years ago
Timothée Sterle 31e0b3eba0 mention scope of :lua
Example provided by @clason
4 years ago
Timothée Sterle d28ca94684 remove references to `package.path` 4 years ago
Timothée Sterle df41366e66
add section on setting up linters/language servers (#23)
* add section on setting up linters/language servers

* add link to sumneko documentation

* add path setting to sumneko example
4 years ago
Timothée Sterle 30e3239921 update section on built-in lsp client 4 years ago
Timothée Sterle a4fd55818a update section on vim packages
Using `require()` on a `start` package now works as expected
4 years ago
Jae-Won Chung 40f3a67dc9 Fix vimhelp 4 years ago
Jae-Won Chung 6efe7176b9 Remove toc from vimhelp 4 years ago
Jae-Won Chung e89cae0a8d Run docgen.sh 4 years ago
Jae-Won Chung d8cd8f6fc5 Run docgen.sh 4 years ago
Timothée Sterle e8c2d5cf60
add section about native packages (#12)
* add section about native packages

* regenerate docs

* add relevant links
4 years ago
Timothée Sterle c4b9b8a399
Fix typo 4 years ago
Timothée Sterle 7465ddf364
Add more companion plugins 4 years ago