(nvim): Change config to opt in plugin initilization.
This commit is contained in:
parent
6b3e07fe10
commit
183884c77e
@ -1,5 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
"nvim-tree/nvim-tree.lua",
|
"nvim-tree/nvim-tree.lua",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
config = {}
|
opts = {}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user