Add notifications and neotree copy options

This commit is contained in:
Saeed Afzal
2024-01-03 14:30:28 +00:00
parent e62faa0b94
commit c094afe79c
7 changed files with 44 additions and 26 deletions

View File

@@ -17,3 +17,6 @@ vim.opt.rtp:prepend(lazypath)
-- Import plugins
require("lazy").setup("plugins")
-- Set vim.notify
vim.notify = require("notify")