Accidentally placed the nvim files in the wrong place, fixed now
This commit is contained in:
13
.config/nvim/lua/plugins/lazydev.lua
Normal file
13
.config/nvim/lua/plugins/lazydev.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
{
|
||||
"folke/lazydev.nvim",
|
||||
ft = "lua",
|
||||
opts = {
|
||||
library = {
|
||||
{ path = "luvit-meta/library", words = { "vim%.uv" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
{ "Bilal2453/luvit-meta", lazy = true },
|
||||
"hrsh7th/nvim-cmp",
|
||||
}
|
||||
Reference in New Issue
Block a user