fix : typo in default_config.lua
This commit is contained in:
parent
595be18680
commit
a820c3cafd
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
local present, tree_c = pcall(require, "nvim-tree.config")
|
||||
local git_status = require("core.utils").load_config().plugins.options.nvimtree.disable_git
|
||||
local git_status = require("core.utils").load_config().plugins.options.nvimtree.enable_git
|
||||
|
||||
if not present then
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue