mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 05:51:06 +00:00
fix(lazydev): add cmd
This commit is contained in:
parent
3df8af369c
commit
ae0d94e048
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ return {
|
||||||
{
|
{
|
||||||
"folke/lazydev.nvim",
|
"folke/lazydev.nvim",
|
||||||
ft = "lua",
|
ft = "lua",
|
||||||
|
cmd = "LazyDev",
|
||||||
opts = {
|
opts = {
|
||||||
library = {
|
library = {
|
||||||
{ path = "luvit-meta/library", words = { "vim%.uv" } },
|
{ path = "luvit-meta/library", words = { "vim%.uv" } },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue