mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added a comment for the absolute_path option
This commit is contained in:
@@ -102,6 +102,7 @@ return {
|
|||||||
notify = {
|
notify = {
|
||||||
-- Notifies everything from the INFO severity to ERROR
|
-- Notifies everything from the INFO severity to ERROR
|
||||||
threshold = vim.log.levels.INFO,
|
threshold = vim.log.levels.INFO,
|
||||||
|
-- Notifies only the relative path instead of the absolute
|
||||||
absolute_path = false,
|
absolute_path = false,
|
||||||
},
|
},
|
||||||
-- dynamically get the width of the tree
|
-- dynamically get the width of the tree
|
||||||
|
|||||||
Reference in New Issue
Block a user