fix: make neo-tree opt-in

This commit is contained in:
əlemi 2024-09-05 06:07:30 +02:00
parent 3b12e448a2
commit 28bb2a9aa3
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -1,4 +1,4 @@
if not vim.g.codemp_simple_tree then if vim.g.codemp_neo_tree then
return { return {
update = function () require("neo-tree.sources.manager").refresh("codemp") end, update = function () require("neo-tree.sources.manager").refresh("codemp") end,
init = function () end, init = function () end,