mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02: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
Add a link
Reference in a new issue