From 20a30aeb6955fea9720ff6b6174bc3169bd66bf9 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:03:57 +0100 Subject: [PATCH] added a comment for the threshold options --- .../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 4e1fa8e..395cc9f 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 @@ -100,6 +100,7 @@ return { dotfiles = false, }, notify = { + -- Notifies everything from the INFO severity to ERROR threshold = vim.log.levels.INFO, absolute_path = false, },