diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2023-11-07 17:20:40 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2023-11-07 17:20:40 +0100 |
commit | 8801505f962fbc2406d66fc0ea282ba585c3cb66 (patch) | |
tree | adff46ea9c029318c7584fd719b26bc5914feff6 /lua/lazy-plugins.lua | |
parent | 0d1f2c56395b5614f10fffc065eb05b36dc202c9 (diff) | |
parent | a005f15cec8072c97201f86e15df62c7e4a4490e (diff) |
Merge remote-tracking branch 'upstream/master'
- init.lua: minor edits of section comments for consistency
- init.lua: move diagnostic keymaps together with other keymaps
Diffstat (limited to 'lua/lazy-plugins.lua')
-rw-r--r-- | lua/lazy-plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index 03418e2..df64d4c 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -1,4 +1,4 @@ --- [[ Setup lazy plugin manager ]] +-- [[ Configure plugins ]] -- NOTE: Here is where you install your plugins. -- You can configure plugins using the `config` key. -- |