style: format lazy.lua

This commit is contained in:
fiplox 2023-01-29 13:47:56 +01:00
parent 1355a0c4ec
commit 7d0233b9b2
1 changed files with 3 additions and 3 deletions

View File

@ -14,13 +14,13 @@ require('lazy').setup('plugins', {
},
rtp = {
reset = true,
paths = {"~/.local/share/nvim/site/"},
paths = { '~/.local/share/nvim/site/' },
disabled_plugins = {
'gzip',
'matchit',
-- "matchparen",
"netrwPlugin",
"netrw",
'netrwPlugin',
'netrw',
'tarPlugin',
'tohtml',
'tutor',