mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
fix: nvim tree git ignore hide file
This commit is contained in:
parent
ad9f646417
commit
e2afd37cae
4 changed files with 148 additions and 57 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue