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 |
|
Timothée Sterle
|
24e4123c68
|
Add jobstart example
|
2020-07-27 02:42:37 +02:00 |
|
Timothée Sterle
|
82165651a1
|
Add section on Vimscript functions
|
2020-07-27 02:26:20 +02:00 |
|
Timothée Sterle
|
5144548a4b
|
Add section on vim internal variables
|
2020-07-27 01:40:26 +02:00 |
|
Timothée Sterle
|
e89bf37fb3
|
Phrasing
|
2020-07-26 23:29:27 +02:00 |
|
Timothée Sterle
|
bb1071ea37
|
More issues
|
2020-07-24 12:25:56 +02:00 |
|
Timothée Sterle
|
147371a834
|
Forgot about vim.bo[nr] and vim.wo[nr]
|
2020-07-24 01:01:19 +02:00 |
|
Timothée Sterle
|
315417aa69
|
Fix
|
2020-07-24 00:25:00 +02:00 |
|
Timothée Sterle
|
f0b28a1776
|
Add warning
|
2020-07-24 00:23:10 +02:00 |
|
Timothée Sterle
|
5f12a453c5
|
Add a few TODOs + fixes
|
2020-07-24 00:05:53 +02:00 |
|
Timothée Sterle
|
dc09743e14
|
Add section about managing vim options
|
2020-07-23 23:37:43 +02:00 |
|
Timothée Sterle
|
f72bdc0db7
|
Fix typo
|
2020-07-23 20:20:36 +02:00 |
|
Timothée Sterle
|
8b0bc3b479
|
Fix example
|
2020-07-23 20:13:25 +02:00 |
|
Timothée Sterle
|
2fa784f0e5
|
Add section on vim.api.nvim_command()
|
2020-07-23 20:11:35 +02:00 |
|
Timothée Sterle
|
3a9723add5
|
Add section on vim.api.nvim_exec()
|
2020-07-23 20:10:41 +02:00 |
|
Timothée Sterle
|
b8acc3f40c
|
Add section on vim.api.nvim_eval()
|
2020-07-23 18:47:40 +02:00 |
|
Timothée Sterle
|
f7cdd435e6
|
Add section on the vim namespace
|
2020-07-23 18:15:16 +02:00 |
|
Timothée Sterle
|
01b3a4c01d
|
Add tip about namespacing
|
2020-07-23 13:20:16 +02:00 |
|
Timothée Sterle
|
14a95072da
|
Add comments to the v:lua section
|
2020-07-23 12:58:03 +02:00 |
|
Timothée Sterle
|
d1fcb12525
|
Changes headings again
|
2020-07-23 03:08:02 +02:00 |
|
Timothée Sterle
|
8ef8466687
|
Add section on v:lua
|
2020-07-23 02:43:18 +02:00 |
|
Timothée Sterle
|
4ae9dc8ee2
|
Small fixes
|
2020-07-23 01:43:04 +02:00 |
|
Timothée Sterle
|
4b0d6a00f1
|
Add section on luaeval()
|
2020-07-23 01:17:06 +02:00 |
|
Timothée Sterle
|
52c1435c7c
|
Change order of headings
|
2020-07-22 23:59:52 +02:00 |
|
Timothée Sterle
|
5a612e7476
|
Add section on :luafile
|
2020-07-22 23:29:07 +02:00 |
|
Timothée Sterle
|
f224b353ce
|
Add section on :luado
|
2020-07-22 23:28:35 +02:00 |
|
Timothée Sterle
|
6042d3e127
|
Add section on :lua
|
2020-07-22 23:27:37 +02:00 |
|
Timothée Sterle
|
f745183c84
|
Add warning
|
2020-07-20 22:38:25 +02:00 |
|
Timothée Sterle
|
0e13961d19
|
Add tutorial + note
|
2020-07-20 22:29:44 +02:00 |
|
Timothée Sterle
|
572b96e8a4
|
Add async tutorial to list
|
2020-07-15 19:49:30 +02:00 |
|
Timothée Sterle
|
f20b17678f
|
Add reminders for custom commands and vim.loop
|
2020-07-12 11:09:52 +02:00 |
|
Timothée Sterle
|
264513f1e6
|
Phrasing
|
2020-07-07 13:13:07 +02:00 |
|
Timothée Sterle
|
a3e67f5595
|
Add section on where to put Lua files
|
2020-07-04 03:38:54 +02:00 |
|
Timothée Sterle
|
ce461cec8e
|
Add existing tutorials
|
2020-07-04 03:37:12 +02:00 |
|
Timothée Sterle
|
e59fc10214
|
Add todo: transpilers
|
2020-06-27 00:50:39 +02:00 |
|
Timothée Sterle
|
8e03606293
|
Add resources to learn Lua
|
2020-06-26 21:59:58 +02:00 |
|
Timothée Sterle
|
fa388214ac
|
Basic intro
|
2020-06-26 19:57:02 +02:00 |
|