mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
feat(lazydev): new lazydev config based on trigger words
This commit is contained in:
parent
4d706f1bdc
commit
39da8514d3
1 changed files with 7 additions and 8 deletions
|
@ -204,14 +204,13 @@ return {
|
||||||
{
|
{
|
||||||
"folke/lazydev.nvim",
|
"folke/lazydev.nvim",
|
||||||
ft = "lua",
|
ft = "lua",
|
||||||
opts = function()
|
opts = {
|
||||||
return {
|
library = {
|
||||||
library = {
|
{ path = "luvit-meta/library", words = { "vim%.uv" } },
|
||||||
uv = "luvit-meta/library",
|
{ path = "LazyVim", words = { "LazyVim" } },
|
||||||
lazyvim = "LazyVim",
|
{ path = "lazy.nvim", words = { "LazyVim" } },
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
-- Manage libuv types with lazy. Plugin will never be loaded
|
-- Manage libuv types with lazy. Plugin will never be loaded
|
||||||
{ "Bilal2453/luvit-meta", lazy = true },
|
{ "Bilal2453/luvit-meta", lazy = true },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue