modules/theme: use inherited `optionalString`

This commit is contained in:
Frothy 2024-05-25 20:37:51 +03:00 committed by NotAShelf
parent 5748bb5eb9
commit 08547724e4
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ in {
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
vim.api.nvim_set_hl(0, "LineNr", { bg = "none" })
vim.api.nvim_set_hl(0, "SignColumn", { bg = "none" })
${lib.optionalString config.vim.filetree.nvimTree.enable ''
${optionalString config.vim.filetree.nvimTree.enable ''
vim.api.nvim_set_hl(0, "NvimTreeNormal", { bg = "none" })
''}
''}