mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
now notifying only the relative path instead of the full path
This commit is contained in:
@@ -17,6 +17,10 @@ return {
|
|||||||
filters = {
|
filters = {
|
||||||
dotfiles = false,
|
dotfiles = false,
|
||||||
},
|
},
|
||||||
|
notify = {
|
||||||
|
threshold = vim.log.levels.INFO,
|
||||||
|
absolute_path = true,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local whichKey = require("which-key")
|
local whichKey = require("which-key")
|
||||||
|
|||||||
Reference in New Issue
Block a user