195 Commits (master)
 

Author SHA1 Message Date
Timothée Sterle 393ea845b8
add link to `:help lua-guide` 1 year ago
Timothée Sterle 69443926c8
remove flag emojis
fixes #119
1 year ago
krapjost 27aa5bf445 Add Korean translation 1 year ago
krapjost 7680c18005 수정 1 year ago
krapjost a341a271c9 번역 끝 1 year ago
krapjost 7ba68cc6b0 20% 1 year ago
krapjost f65d581e74 test 1 year ago
Denys Tynok 1cb2b9a92d Update README.md 2 years ago
Timothée Sterle a8300ac652
run docgen.sh 2 years ago
Timothée Sterle 87401233e7 tweak phrasing 2 years ago
northyear 305b757f9b Stress the importance of using desc key in defining keymaps and autocmd 2 years ago
Daniil Tokarchuk 723d3944a6 Typo fix 2 years ago
Timothée Sterle 25d4602bf1 run docgen.sh 2 years ago
Timothée Sterle adb5746a5f add section about vim.keymap 2 years ago
Timothée Sterle 32be0e2abe
add section about `:verbose` 2 years ago
Timothée Sterle be74c1a1aa
clarify behavior of vim.o etc
references https://github.com/nanotee/nvim-lua-guide/issues/105
2 years ago
Timothée Sterle 18cb58e57c
run docgen.sh 2 years ago
Timothée Sterle e0b37bc7f1
nvim_add_user_command -> nvim_create_user_command 2 years ago
Timothée Sterle 99b9412d51
run docgen.sh 2 years ago
Steve Vermeulen b0b57a0389 Update README.md 2 years ago
Timothée Sterle 32e1a4ed2e
nvim_add_user_command() now supports <f-args> 2 years ago
Timothée Sterle 3f3e558cf5
update autocmds section and highlight groups section 2 years ago
Timothée Sterle f6b01e2bbb add section about user commands 2 years ago
Timothée Sterle c9790768a9
update vim namespace section 2 years ago
Timothée Sterle fd89f0cd3a
mention vim.pretty_print() 2 years ago
Timothée Sterle f0be3f8c3b
run docgen.sh 2 years ago
C.D. MacEachern c5730e058f Update luaref link to working version
The given link is one that hasn't been updated in a long time. The help file is mangled, and the leader keys set up in the plugin file don't work either because they are not calling the correct :help. Updated with a newer version I found.
2 years ago
Timothée Sterle db774a43b1 Run docgen.sh 2 years ago
Henrique Borges f8ea11d61a Add link to the functions documentation 2 years ago
Henrique Borges d4aea5659d Update user commands definition section 2 years ago
Timothée Sterle f161c5ea5b
small fixes 2 years ago
Timothée Sterle 5f18514d21
add `:lua =expr` example 2 years ago
Timothée Sterle 358b6b4273
run docgen.sh 3 years ago
William Boman 8842dd6746 Update README.md
Hello! I arrived here from GitHub search 🤓. This link was recently changed, so I figured I'd update as many inbound links as possible
3 years ago
Timothée Sterle 7e052bfc61
add note about `s:` variables in `nvim_exec`
fix #85
3 years ago
Timothée Sterle 2f27c94879
update link to lua-language-server documentation 3 years ago
Timothée Sterle f06fd3dc2d
mention v:lua.require function call syntax 3 years ago
Timothée Sterle 93343fc100
meta-accessors for internal variables now support indexing with a number 3 years ago
Timothée Sterle c418303b27
remove todos
`nvim_exec` now supports script scope
3 years ago
Timothée Sterle 56697b5c65
run docgen.sh 3 years ago
Timothée Sterle 0406898fb1
improve multiline vim.cmd() example
references #81
3 years ago
Timothée Sterle 9e5ebc9184
add warning about padding Lua strings 3 years ago
Timothée Sterle 52676009a9
literal strings -> double bracketed strings
Turns out I misread `Programming in Lua` when I wrote this.
3 years ago
Timothée Sterle a74f03fadb
small vimdoc fixes 3 years ago
Evgeni Chasnovski 87d42f38b0 Rename `_G.dump()` to `_G.put()` and tweak it. 3 years ago
Evgeni Chasnovski f5672b5ded Update `_G.dump()`
This modifies code of `_G.dump()` to make it more explicit with `nil` values. Now `dump(nil)` will print `nil` instead of not doing anything.
This also changes printing of multiple arguments: it will print on separate lines instead of separated with spaces.
3 years ago
Timothée Sterle 13af62882a
mention `api-global`
Fix #76
3 years ago
Timothée Sterle 44711800b8
fix broken vimdoc
Sigh.
3 years ago
Timothée Sterle b78d73b3fa
replace flags with GitHub markdown emoji markup 3 years ago
Timothée Sterle 8832afc9ac
draw attention to GitHub TOC 3 years ago