Skip to content

Commit 74b8749

Browse files
committed
Merge 'upstream': updated comments
- Use consistent syntax style for { ... } "pseudocode" - fleis Tweak outdated comment about lazy's `config` key usage.
2 parents 46093fe + a2df3ea commit 74b8749

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

lua/kickstart/plugins/lspconfig.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ return {
191191
--
192192

193193
lua_ls = {
194-
-- cmd = {...},
195-
-- filetypes = { ...},
194+
-- cmd = { ... },
195+
-- filetypes = { ... },
196196
-- capabilities = {},
197197
settings = {
198198
Lua = {

lua/kickstart/plugins/which-key.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
-- which loads which-key before all the UI elements are loaded. Events can be
1010
-- normal autocommands events (`:help autocmd-events`).
1111
--
12-
-- Then, because we use the `config` key, the configuration only runs
13-
-- after the plugin has been loaded:
14-
-- config = function() ... end
12+
-- Then, because we use the `opt` key (recommended), the configuration runs
13+
-- after the plugin has been loaded as `require(MODULE).setup(opts)`.
1514

1615
return {
1716
{ -- Useful plugin to show you pending keybinds.

0 commit comments

Comments
 (0)