issues
search
nanotee
/
nvim-lua-guide
A guide to using Lua in Neovim
5.83k
stars
220
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add protected call for make sure the first run will work properlly
#122
voyeg3r
opened
1 year ago
0
Add a Table of content
#121
Nargonath
closed
1 year ago
1
Can we use this guide in Neovim?
#120
dundargoc
closed
1 year ago
3
Remove problematic flags emoji
#119
toastal
closed
1 year ago
0
FFI Library: calling native C function
#118
hinell
opened
1 year ago
0
Expand description of init.lua for beginners
#117
AuroraTea
opened
2 years ago
0
explain that `vim.api.nvim_set_keymap(mode, ..)` is first char of `:lua print(vim.api.nvim_get_mode().mode)` and hint that there is a minor mode
#116
matu3ba
opened
2 years ago
2
Describe how to create user commands that support ranges
#115
smarquez1
opened
2 years ago
0
Add Korean translation.
#114
krapjost
closed
1 year ago
4
Clarify where to place `init.lua` and how to load modules
#113
abitrolly
opened
2 years ago
0
Add Ukrainian translation
#112
famiclone
closed
2 years ago
1
Adds create-nvim-plugin
#111
KaiSpencer
opened
2 years ago
2
Add summary to readme
#110
ghost
closed
2 years ago
3
Typo fix
#108
daniil-tokarchuk
closed
2 years ago
1
Stress the importance of using desc key in defining keymaps and autocmd
#107
milanglacier
closed
2 years ago
1
add some Chiese version
#106
lyb200
closed
2 years ago
2
How to get &ft from lua
#105
sandangel
closed
2 years ago
4
Added link to Teal neovim plugin
#104
svermeulen
closed
2 years ago
1
suggestions on how to reload keymaps and options
#102
matu3ba
opened
2 years ago
0
threading support for lua via libuv got merged, link to good tutorial on usage
#101
matu3ba
opened
2 years ago
0
neovim autocommands got merged, describe them in guide
#100
matu3ba
opened
2 years ago
4
Remove violent language
#99
ahillio
opened
2 years ago
1
DEPRECATED replaced by mode option
#98
EzxD
closed
2 years ago
1
WIP: autocommands
#97
nanotee
opened
2 years ago
3
WIP: nvim_set_hl
#96
nanotee
opened
2 years ago
1
vim.keymap
#95
nanotee
closed
2 years ago
3
Update luaref link to working version
#94
craigmac
closed
2 years ago
1
Update user commands definition section
#93
ghost
closed
2 years ago
2
Create keymap to open new file adjacent to current file
#92
justb3a
closed
2 years ago
6
Add 'Neovim from Scratch' Tutorial
#91
cleong14
opened
2 years ago
1
How to let `vim.cmd` accept the range from visual selection
#90
nyngwang
closed
2 years ago
1
Improper handling of relative paths with spaces
#89
simonmandlik
closed
2 years ago
2
User commands in Lua
#88
nanotee
closed
2 years ago
0
lua user commands pr landed, so describe them in guide
#87
matu3ba
closed
2 years ago
1
Update README.md
#86
williamboman
closed
2 years ago
1
vim.api.nvim_exec() example gives error
#85
johnwilmes
closed
2 years ago
1
how to read the command arguments `:command arg1 arg2` with lua
#84
matu3ba
closed
3 years ago
2
Question: lua replacement for `executable()`?
#83
n8henrie
closed
3 years ago
2
add recommended formatter setup for lua and nvim lua plugin template
#82
matu3ba
opened
3 years ago
0
Remove unneeded commands in the vim.cmd() example
#81
turtureanu
closed
3 years ago
4
Update `_G.dump()`
#80
echasnovski
closed
3 years ago
2
Added a TOC
#79
alexaandru
closed
3 years ago
2
Update README.md
#78
mizhozan
closed
3 years ago
1
Made all :help references hyperlinks to documentation,
#77
alexaandru
closed
3 years ago
2
Reference doc for the global vim object
#76
dwoznicki
closed
3 years ago
4
(issue opened by mistake)
#75
ExpandingMan
closed
3 years ago
1
Add 🇪🇸 Spanish translation
#74
RicardoRien
closed
3 years ago
3
feat: mention `pcall` to prevent conf collapse
#73
crispgm
closed
3 years ago
1
typo
#72
Kartiku
closed
3 years ago
1
add variable arguments section gotcha with nil values
#71
mgutz
closed
3 years ago
2
Next