73 Commits (31e0b3eba08e12be3e5ed8c02913731d1f01c0ba)

Author SHA1 Message Date
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
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
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
Timothée Sterle 5922a91aa6 Add higher order function example for luaeval()
Example provided by tjdevries: https://github.com/nanotee/nvim-lua-guide/issues/2#issue-677751483
4 years ago
Timothée Sterle 7ffc1ea780
Tweaks 4 years ago
Timothée Sterle ce50fb20b8
Add caveat about Vim functions and booleans 4 years ago
Timothée Sterle 2b78ad1e15
Add plugin to TODOs 4 years ago
Timothée Sterle 1d22d655ef
Add useful plugins 4 years ago
Timothée Sterle 9cffbe139c
Add a few todos 4 years ago
Timothée Sterle 9182a95022
Add section on transpilers 4 years ago
Timothée Sterle 6ade9d2b23
Add section on treesitter 4 years ago
Timothée Sterle d844460f17
Add section on vim.lsp 4 years ago
Timothée Sterle 178f66204b
Add section on vim.loop 4 years ago
Timothée Sterle e0290dfa32
TODO: Section on tips/recommendations 4 years ago
Timothée Sterle b6230725d5
I forgot about get/del functions for mappings 4 years ago
Timothée Sterle c34b2010f1
Add sections on user commands, autocommands and syntax 4 years ago
Timothée Sterle 8ec5a4375d
Add section on mappings 4 years ago
Timothée Sterle 24e4123c68
Add jobstart example 4 years ago
Timothée Sterle 82165651a1
Add section on Vimscript functions 4 years ago
Timothée Sterle 5144548a4b
Add section on vim internal variables 4 years ago
Timothée Sterle e89bf37fb3
Phrasing 4 years ago
Timothée Sterle bb1071ea37
More issues 4 years ago
Timothée Sterle 147371a834
Forgot about vim.bo[nr] and vim.wo[nr] 4 years ago
Timothée Sterle 315417aa69
Fix 4 years ago
Timothée Sterle f0b28a1776
Add warning 4 years ago
Timothée Sterle 5f12a453c5
Add a few TODOs + fixes 4 years ago
Timothée Sterle dc09743e14
Add section about managing vim options 4 years ago
Timothée Sterle f72bdc0db7
Fix typo 4 years ago
Timothée Sterle 8b0bc3b479
Fix example 4 years ago
Timothée Sterle 2fa784f0e5
Add section on vim.api.nvim_command() 4 years ago
Timothée Sterle 3a9723add5
Add section on vim.api.nvim_exec() 4 years ago