mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +02:00
misc: fix statix errors
This commit is contained in:
parent
69ba62aa36
commit
6152cc9504
4 changed files with 28 additions and 21 deletions
|
@ -1136,8 +1136,7 @@ in {
|
|||
];
|
||||
|
||||
autoCmd =
|
||||
[]
|
||||
++ (optional autoOpenEnabled {
|
||||
(optional autoOpenEnabled {
|
||||
event = "VimEnter";
|
||||
callback = helpers.mkRaw "open_nvim_tree";
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue