Skip to content

Commit

Permalink
fix: lazydev config
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Dec 10, 2024
1 parent e44e26c commit cec64d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/core/plugins/lazydev.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ return {
-- Or relative, which means they will be resolved as a plugin
-- "LazyVim",
-- When relative, you can also provide a path to the library in the plugin dir
"luvit-meta/library", -- see below
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
},
},
},
{ "Bilal2453/luvit-meta", lazy = true }, -- optional `vim.uv` typings
{ -- optional completion source for require statements and module annotations
"hrsh7th/nvim-cmp",
opts = function(_, opts)
Expand Down

0 comments on commit cec64d6

Please sign in to comment.