mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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",
|
||||
ft = "lua",
|
||||
opts = function()
|
||||
return {
|
||||
library = {
|
||||
uv = "luvit-meta/library",
|
||||
lazyvim = "LazyVim",
|
||||
},
|
||||
}
|
||||
end,
|
||||
opts = {
|
||||
library = {
|
||||
{ path = "luvit-meta/library", words = { "vim%.uv" } },
|
||||
{ path = "LazyVim", words = { "LazyVim" } },
|
||||
{ path = "lazy.nvim", words = { "LazyVim" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
-- Manage libuv types with lazy. Plugin will never be loaded
|
||||
{ "Bilal2453/luvit-meta", lazy = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue