File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = {
Original file line number Diff line number Diff line change 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
1615return {
1716 { -- Useful plugin to show you pending keybinds.
You can’t perform that action at this time.
0 commit comments