This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 220
Issues: nanotee/nvim-lua-guide
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
add recommended formatter setup for lua and nvim lua plugin template
#82
opened Sep 20, 2021 by
matu3ba
updated Oct 30, 2021
threading support for lua via libuv got merged, link to good tutorial on usage
#101
opened Feb 28, 2022 by
matu3ba
updated Feb 28, 2022
suggestions on how to reload keymaps and options
#102
opened Feb 28, 2022 by
matu3ba
updated Feb 28, 2022
neovim autocommands got merged, describe them in guide
#100
opened Feb 28, 2022 by
matu3ba
updated Mar 6, 2022
Describe how to create user commands that support ranges
#115
opened Aug 30, 2022 by
smarquez1
updated Aug 30, 2022
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
opened Sep 7, 2022 by
matu3ba
updated Sep 7, 2022
add protected call for make sure the first run will work properlly
#122
opened Dec 19, 2022 by
voyeg3r
updated Dec 19, 2022
ProTip!
Exclude everything labeled
bug
with -label:bug.