151 Commits (87d42f38b0bdd10e8cd2590a6d2bc2e44b077c57)
 

Author SHA1 Message Date
Timothée Sterle 0597a8eaa1
Mention vim.env
closes #50
3 years ago
Timothée Sterle ac443478e4
run docgen.sh 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
Timothée Sterle d478f2e674
run docgen.sh 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 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
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 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 c12afba07c Update toc 4 years ago
Jae-Won Chung d8cd8f6fc5 Run docgen.sh 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
Timothée Sterle 786c0e1153 add table of contents 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 2ba67b6ca2
Add .gitattributes 4 years ago
Steve Vermeulen 573827886e Added a section for plugins 4 years ago
Steve Vermeulen 1f663e0f82 Added link to vimpeccable 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
Timothée Sterle 9129eda768
vim.cmd is now in :help 4 years ago
Timothée Sterle 800779b843
Change nvim-lspconfig url 4 years ago
Timothée Sterle b549032e0c Add section on luafile vs lua require() 4 years ago