21 Commits (f2963ef651bea3116fdc62a4ecf35e5c9877d7a6)

Author SHA1 Message Date
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