refactor: replace 'enabled' with 'cond' for plugin configurations

This commit is contained in:
2024-10-08 04:26:32 -04:00
parent b443e6ff91
commit 569505b073
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ return {
},
{ -- Bufferline
"akinsho/bufferline.nvim",
enabled = data.types.bufferline.enabled,
cond = data.types.bufferline.enabled,
opts = data.types.bufferline.opts,
},
{ -- Which-Key