111 Commits (bc3a77194ee7255eefa29e144e9953052d147dcd)

Author SHA1 Message Date
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
Devon Morris dd5d431ea2 Fix dead tutorial links for plugins in README.md 3 years ago
Timothée Sterle cb59243fba
delete manually generated toc
github has that built-in now

mhhh, deleting stuff, my favorite
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 ba21ca5c4e add some info about global-local options in Lua 3 years ago
Timothée Sterle 787b3d1b6e
add link to luarefvim
Thanks for the suggestion, shadman!
3 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.
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
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
3 years ago
David Zhang 29848a9e6e fix: typo of Japanese version 3 years ago
Timothée Sterle f157976b3f
run docgen.sh 3 years ago
Jan Philipp Hafer 16423fe3a9 fix(syntax): only mention vim.fn
recommendation TJ DeVries 20210214_0102
3 years ago
Timothée Sterle 6bd5fde20e
add another Lua quickstart guide 3 years ago
Jan Philipp Hafer 1ebecf6f6e fix(intro): add motivation links
also fix 1 typo
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
Jan Philipp Hafer febe9d1d09 fix(syntax): use Leader as in neovim manual 3 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
3 years ago
Timothée Sterle eab73a9c5e delete example lua-language-server config 3 years ago
Timothée Sterle f2963ef651 add `vim.api.nvim_replace_termcodes()` section 3 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
evakuator 44207105ee Add russian translation 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
willelz b289fb71b0 Add japanese version 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 c12afba07c Update toc 4 years ago
Jae-Won Chung bb168e4b20 Update toc 4 years ago
Jae-Won Chung 84c2399b47 Add tips on lua embedding 4 years ago
Ellison d2d8c721b7 very small change, just adding the brazilian flag
since we are using flags in the translations lists, i just added the brazilian one.
4 years ago
Timothée Sterle 327070444c
add link to portuguese version 4 years ago
Raphael 8e4db9ac22 Add chinese version 4 years ago