now notifying only the relative path instead of the full path

This commit is contained in:
aminnairi
2023-12-20 17:13:29 +01:00
parent 3703cee4e3
commit 2bb4ad2cde
@@ -17,6 +17,10 @@ return {
filters = {
dotfiles = false,
},
notify = {
threshold = vim.log.levels.INFO,
absolute_path = true,
},
})
local whichKey = require("which-key")