Browse Source
doomrc: fix typos in custom plugins example
my-config
NTBBloodbath
4 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
1 changed files with
2 additions and
2 deletions
-
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 = {}, |
|
|
|