Accidentally placed the nvim files in the wrong place, fixed now

This commit is contained in:
Kyren223
2024-06-26 19:54:00 +03:00
parent 1062f6935d
commit e3896e0738
20 changed files with 12 additions and 322 deletions

View 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",
}