turn off custom plugins

This commit is contained in:
Joshua Nussbaum 2025-01-21 16:50:12 -06:00
parent c016d260b9
commit 53927c893d
6 changed files with 267 additions and 243 deletions

View file

@ -1,3 +1,7 @@
return {
'xiyaowong/transparent.nvim',
}
if true then
return
else
return {
'xiyaowong/transparent.nvim',
}
end