mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2025-02-22 05:41:45 +00:00
Merge 'upstream': updated comments
- Use consistent syntax style for { ... } "pseudocode" - fleis Tweak outdated comment about lazy's `config` key usage.
This commit is contained in:
commit
74b8749c09
@ -9,9 +9,8 @@
|
|||||||
-- which loads which-key before all the UI elements are loaded. Events can be
|
-- which loads which-key before all the UI elements are loaded. Events can be
|
||||||
-- normal autocommands events (`:help autocmd-events`).
|
-- normal autocommands events (`:help autocmd-events`).
|
||||||
--
|
--
|
||||||
-- Then, because we use the `config` key, the configuration only runs
|
-- Then, because we use the `opt` key (recommended), the configuration runs
|
||||||
-- after the plugin has been loaded:
|
-- after the plugin has been loaded as `require(MODULE).setup(opts)`.
|
||||||
-- config = function() ... end
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{ -- Useful plugin to show you pending keybinds.
|
{ -- Useful plugin to show you pending keybinds.
|
||||||
|
Loading…
Reference in New Issue
Block a user