now using absolute path in notification message for nvim tree actions

This commit is contained in:
aminnairi
2023-12-21 18:55:13 +01:00
parent 8ad2e4972a
commit 13724ca17b
+1 -1
View File
@@ -21,7 +21,7 @@ return {
},
notify = {
threshold = vim.log.levels.INFO,
absolute_path = true,
absolute_path = false,
},
})