fix(lualine): fixed nei-tree extension (#132)

This commit is contained in:
Matthis Kälble 2023-01-25 19:01:55 +01:00 committed by GitHub
parent 5ac9938cc8
commit 835f77f3be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ return {
end,
},
},
extensions = { "nvim-tree" },
extensions = { "neo-tree" },
}
end,
},