chore(config): disable git in nvim-tree
parent
5fbe7d48d0
commit
094a060402
|
@ -108,6 +108,9 @@ require("nvim-tree").setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
git = {
|
||||
enable = false,
|
||||
},
|
||||
})
|
||||
|
||||
-- https://github.com/catppuccin/nvim#setup
|
||||
|
|
Loading…
Reference in New Issue