Commit Graph

87 Commits

Author SHA1 Message Date
Timothée Sterle
f2963ef651 add vim.api.nvim_replace_termcodes() section 2021-01-08 20:46:26 +01:00
Timothée Sterle
6dbe79b206
tweak check_back_space example 2020-12-26 14:29:16 +01:00
Timothée Sterle
5327be849c
add link to init.lua tutorial 2020-12-22 22:25:47 +01:00
Timothée Sterle
a494f95048
clarify usage of _G 2020-12-19 13:50:31 +01:00
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.
2020-12-07 17:17:09 +01:00
evakuator
44207105ee Add russian translation 2020-12-07 17:09:05 +01:00
Timothée Sterle
3bda20124c delete most of the caveat section for vim.{o/bo/wo} 2020-12-01 23:03:47 +01:00
Timothée Sterle
f37a52e4e1 add section about init.lua 2020-12-01 23:03:35 +01:00
Timothée Sterle
97ba087447 add info about print() in Lua 2020-11-29 19:27:46 +01:00
Timothée Sterle
31e0b3eba0 mention scope of :lua
Example provided by @clason
2020-11-27 17:44:17 +01:00
Timothée Sterle
d28ca94684 remove references to package.path 2020-11-27 17:43:49 +01:00
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
2020-11-18 19:27:57 +01:00
willelz
b289fb71b0 Add japanese version 2020-11-17 17:51:01 +01:00
Timothée Sterle
30e3239921 update section on built-in lsp client 2020-11-16 19:41:04 +01:00
Timothée Sterle
a4fd55818a update section on vim packages
Using `require()` on a `start` package now works as expected
2020-11-05 19:59:30 +01:00
Jae-Won Chung
40f3a67dc9 Fix vimhelp 2020-10-23 18:21:24 +02:00
Jae-Won Chung
6efe7176b9 Remove toc from vimhelp 2020-10-23 18:21:24 +02:00
Jae-Won Chung
e89cae0a8d Run docgen.sh 2020-10-23 18:21:24 +02:00
Jae-Won Chung
c12afba07c Update toc 2020-10-23 18:21:24 +02:00
Jae-Won Chung
d8cd8f6fc5 Run docgen.sh 2020-10-23 18:21:24 +02:00
Jae-Won Chung
bb168e4b20 Update toc 2020-10-23 18:21:24 +02:00
Jae-Won Chung
84c2399b47 Add tips on lua embedding 2020-10-23 18:21:24 +02:00
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.
2020-10-23 12:54:43 +02:00
Timothée Sterle
327070444c
add link to portuguese version 2020-10-21 16:43:59 +02:00
Raphael
8e4db9ac22 Add chinese version 2020-10-21 16:31:23 +02:00
Timothée Sterle
786c0e1153 add table of contents 2020-10-12 19:07:30 +02:00
Timothée Sterle
e8c2d5cf60
add section about native packages (#12)
* add section about native packages

* regenerate docs

* add relevant links
2020-10-10 14:54:39 +02:00
Timothée Sterle
c4b9b8a399
Fix typo 2020-09-15 14:52:40 +02:00
Timothée Sterle
7465ddf364
Add more companion plugins 2020-09-12 00:16:42 +02:00
Timothée Sterle
2ba67b6ca2
Add .gitattributes 2020-09-11 23:43:07 +02:00
Steve Vermeulen
573827886e Added a section for plugins 2020-09-10 22:51:05 +02:00
Steve Vermeulen
1f663e0f82 Added link to vimpeccable 2020-09-10 22:51:05 +02:00
Timothée Sterle
35f047a6a5
Add scripts to generate vim documentation (#8)
* Add scripts to generate vim documentation

* Fix markdown table manually
2020-09-09 23:13:30 +02:00
Timothée Sterle
9129eda768
vim.cmd is now in :help 2020-09-05 23:40:07 +02:00
Timothée Sterle
800779b843
Change nvim-lspconfig url 2020-08-31 02:03:34 +02:00
Timothée Sterle
b549032e0c Add section on luafile vs lua require() 2020-08-16 15:10:54 +02:00
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
2020-08-13 21:35:06 +02:00
Timothée Sterle
7ffc1ea780
Tweaks 2020-08-06 19:46:12 +02:00
Timothée Sterle
ce50fb20b8
Add caveat about Vim functions and booleans 2020-07-30 12:52:42 +02:00
Timothée Sterle
2b78ad1e15
Add plugin to TODOs 2020-07-29 22:52:49 +02:00
Timothée Sterle
1d22d655ef
Add useful plugins 2020-07-29 16:28:18 +02:00
Timothée Sterle
9cffbe139c
Add a few todos 2020-07-28 22:04:18 +02:00
Timothée Sterle
9182a95022
Add section on transpilers 2020-07-28 01:59:46 +02:00
Timothée Sterle
6ade9d2b23
Add section on treesitter 2020-07-28 01:30:28 +02:00
Timothée Sterle
d844460f17
Add section on vim.lsp 2020-07-28 01:19:06 +02:00
Timothée Sterle
178f66204b
Add section on vim.loop 2020-07-28 01:10:23 +02:00
Timothée Sterle
e0290dfa32
TODO: Section on tips/recommendations 2020-07-28 01:02:08 +02:00
Timothée Sterle
b6230725d5
I forgot about get/del functions for mappings 2020-07-28 00:39:19 +02:00
Timothée Sterle
c34b2010f1
Add sections on user commands, autocommands and syntax 2020-07-27 04:11:40 +02:00
Timothée Sterle
8ec5a4375d
Add section on mappings 2020-07-27 03:56:40 +02:00