Browse Source

doomrc: fix typos in custom plugins example

my-config
NTBBloodbath 4 years ago
parent
commit
ea85d1c28c
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 4
      doomrc

4
doomrc

@ -288,8 +288,8 @@ Doom = {
-- plugins with options:
-- custom_plugins = {
-- {
-- 'repo': 'andweeb/presence.nvim',
-- 'enabled': true,
-- ['repo'] = 'andweeb/presence.nvim',
-- ['enabled'] = true,
-- }
-- }
custom_plugins = {},

Loading…
Cancel
Save