I have { "sindrets/diffview.nvim", config = function() require("diffview").setup({ watch_index = true, -- Update views when the git index changes }) end, }, But it cannot auto refresh, whenever there is a change which is made by other editor. Thanks.