(nvim): Change config to opt in plugin initilization.

This commit is contained in:
rocky 2024-11-17 19:09:29 +00:00
parent 6b3e07fe10
commit 183884c77e

View File

@ -1,5 +1,5 @@
return { return {
"nvim-tree/nvim-tree.lua", "nvim-tree/nvim-tree.lua",
lazy = false, lazy = false,
config = {} opts = {}
} }