fix : typo in default_config.lua
This commit is contained in:
parent
595be18680
commit
a820c3cafd
|
@ -80,7 +80,7 @@ M.plugins = {
|
|||
servers = {} -- eg: "html"
|
||||
},
|
||||
nvimtree = {
|
||||
disable_git = 1
|
||||
enable_git = 0
|
||||
},
|
||||
statusline = { -- statusline related options
|
||||
-- these are filetypes, not pattern matched
|
||||
|
|
|
@ -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…
Reference in New Issue