Skip to content

Commit c95fc1b

Browse files
committed
fix(lazydev-nvim): add missing LazyDev command for lazy loading
1 parent 79ed791 commit c95fc1b

File tree

1 file changed

+1
-0
lines changed
  • lua/astrocommunity/neovim-lua-development/lazydev-nvim

1 file changed

+1
-0
lines changed

lua/astrocommunity/neovim-lua-development/lazydev-nvim/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ return {
44
{
55
"folke/lazydev.nvim",
66
ft = "lua",
7+
cmd = "LazyDev",
78
opts = {
89
library = {
910
{ path = "luvit-meta/library", words = { "vim%.uv" } },

0 commit comments

Comments
 (0)