This website requires JavaScript.
Explore
Help
Sign In
subcrip
/
lazy.nvim
mirror of
https://github.com/folke/lazy.nvim.git
Watch
1
Star
0
Fork
You've already forked lazy.nvim
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6b37927be9
lazy.nvim
/
lua
/
lazy
/
core
/
handler
History
Folke Lemaitre
6b37927be9
fix(event): prevent loading event handler more than once in some cases
2023-10-06 19:42:21 +02:00
..
cmd.lua
fix(cmd): show descriptive error when command was not found after loading its plugins
2023-04-18 10:17:22 +02:00
event.lua
fix(event): prevent loading event handler more than once in some cases
2023-10-06 19:42:21 +02:00
ft.lua
fix: only show fired ft events in debug obvioulsy.
Fixes
#232
2022-12-29 18:06:40 +01:00
init.lua
fix: properly setup handlers when loading a plugin before startup (build) etc
2023-09-27 12:39:39 +02:00
keys.lua
feat(keys): you can now create buffer-local filetype keymaps by specifying `ft=`.
Fixes
#1076
2023-10-05 14:00:11 +02:00