mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 07:24:52 +01:00
fix: make neo-tree opt-in
This commit is contained in:
parent
3b12e448a2
commit
28bb2a9aa3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if not vim.g.codemp_simple_tree then
|
||||
if vim.g.codemp_neo_tree then
|
||||
return {
|
||||
update = function () require("neo-tree.sources.manager").refresh("codemp") end,
|
||||
init = function () end,
|
||||
|
|
Loading…
Reference in a new issue