43 Commits (f56cea7de89fc8caf064555594c3808b245d0e5b)

Author SHA1 Message Date
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
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
Timothée Sterle 35f047a6a5
Add scripts to generate vim documentation (#8)
* Add scripts to generate vim documentation

* Fix markdown table manually
4 years ago