This website requires JavaScript.
Explore
Help
Sign In
xuthus5
/
neovim
Watch
1
Star
0
Fork
0
You've already forked neovim
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
neovim
/
lua
/
plugins
/
notify.lua
6 lines
96 B
Lua
Raw
Permalink
Normal View
History
Unescape
Escape
feat: support java fix: nvim tree filter .gitignore support: rust language
2023-04-02 10:47:14 +00:00
require
(
"
notify
"
)
.
setup
(
{
background_colour
=
"
#000000
"
,
}
)
first commit
2023-02-26 12:50:20 +00:00
vim.notify
=
require
(
"
notify
"
)
Reference in New Issue
Copy Permalink