Upgraded from neodev to lazydev
This commit is contained in:
13
nvim/dot-config/nvim/lua/plugins/lazydev.lua
Normal file
13
nvim/dot-config/nvim/lua/plugins/lazydev.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- https://github.com/folke/lazydev.nvim
|
||||
return {
|
||||
{
|
||||
"folke/lazydev.nvim",
|
||||
ft = "lua",
|
||||
opts = {
|
||||
library = {
|
||||
{ path = "luvit-meta/library", words = { "vim%.uv" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
{ "Bilal2453/luvit-meta", lazy = true }, -- optional `vim.uv` typings
|
||||
}
|
||||
Reference in New Issue
Block a user