misc: fix statix errors

This commit is contained in:
Gaetan Lepage 2023-09-17 01:02:46 +02:00 committed by Gaétan Lepage
parent 69ba62aa36
commit 6152cc9504
4 changed files with 28 additions and 21 deletions

View file

@ -1136,8 +1136,7 @@ in {
];
autoCmd =
[]
++ (optional autoOpenEnabled {
(optional autoOpenEnabled {
event = "VimEnter";
callback = helpers.mkRaw "open_nvim_tree";
})