mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-08 10:19:48 +01:00
Compare commits
3 commits
a34d104e3f
...
7dd2026b9d
Author | SHA1 | Date | |
---|---|---|---|
7dd2026b9d | |||
edc887f0e3 | |||
|
f6a8cd968e |
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
pluginRC.nvim-notify = entryAnywhere ''
|
pluginRC.nvim-notify = entryAnywhere ''
|
||||||
local notify = require("notify")
|
local notify = require("notify")
|
||||||
notify.setup(${toLuaObject cfg.setupOpts})
|
notify.setup(${toLuaObject cfg.setupOpts})
|
||||||
vim.notify = notify
|
vim.notify = notify.notify
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue