mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
modules/theme: use inherited optionalString
This commit is contained in:
parent
5748bb5eb9
commit
08547724e4
1 changed files with 1 additions and 1 deletions
|
@ -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" })
|
||||
''}
|
||||
''}
|
||||
|
|
Loading…
Reference in a new issue