fix: nvim tree git ignore hide file

This commit is contained in:
Pojok Code 2024-10-12 16:42:46 +07:00
parent ad9f646417
commit e2afd37cae
4 changed files with 148 additions and 57 deletions

View file

@ -25,7 +25,8 @@ return {
local notify = require("notify")
-- this for transparency
-- notify.setup { background_colour = "#000000", render = "compact" }
notify.setup({ render = "compact" })
-- notify.setup({ render = "compact" })
notify.setup({ render = "wrapped-compact" })
-- this overwrites the vim notify function
vim.notify = notify.notify
end,