From a39bafea15b2101e0140d01611f54e6ce046a448 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:04:07 +0100 Subject: [PATCH] added a comment for the absolute_path option --- .../neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua index 395cc9f..e09f515 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua @@ -102,6 +102,7 @@ return { notify = { -- Notifies everything from the INFO severity to ERROR threshold = vim.log.levels.INFO, + -- Notifies only the relative path instead of the absolute absolute_path = false, }, -- dynamically get the width of the tree