Reformatted nvim config to fit stylua guidelines

This commit is contained in:
Kyren223
2024-06-29 19:58:44 +03:00
parent 2053217568
commit 7043a38d8e
28 changed files with 209 additions and 245 deletions

View File

@@ -1,13 +1,15 @@
return {
{
"folke/lazydev.nvim",
ft = "lua",
opts = {
library = {
{ path = "luvit-meta/library", words = { "vim%.uv" } },
},
{
'folke/lazydev.nvim',
ft = 'lua',
opts = {
library = {
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
},
},
},
{
'Bilal2453/luvit-meta',
lazy = true,
},
},
{ "Bilal2453/luvit-meta", lazy = true },
"hrsh7th/nvim-cmp",
}