diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-18 18:50:47 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-18 18:50:47 +0100 |
commit | d20d58c3e8e3103aed891f4477dbb24f5839c3f8 (patch) | |
tree | c5887bf5734bb65a2da35e860465c75becb07ff5 /lua/kickstart/plugins/which-key.lua | |
parent | b59b1d2a3dc55c766388457c8c4f0c2d2975aa90 (diff) | |
parent | 65a5ac404b56c4718d79f65ac642e19e89346eda (diff) |
Merge 'upstream' Some suggestions and capitalised a few words
Diffstat (limited to 'lua/kickstart/plugins/which-key.lua')
-rw-r--r-- | lua/kickstart/plugins/which-key.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/kickstart/plugins/which-key.lua b/lua/kickstart/plugins/which-key.lua index b73b17b..d66449e 100644 --- a/lua/kickstart/plugins/which-key.lua +++ b/lua/kickstart/plugins/which-key.lua @@ -1,4 +1,4 @@ --- NOTE: Plugins can also be configured to run lua code when they are loaded. +-- NOTE: Plugins can also be configured to run Lua code when they are loaded. -- -- This is often very useful to both group configuration, as well as handle -- lazy loading plugins that don't need to be loaded immediately at startup. |