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 = { rtp = {
reset = true, reset = true,
paths = {"~/.local/share/nvim/site/"}, paths = { '~/.local/share/nvim/site/' },
disabled_plugins = { disabled_plugins = {
'gzip', 'gzip',
'matchit', 'matchit',
-- "matchparen", -- "matchparen",
"netrwPlugin", 'netrwPlugin',
"netrw", 'netrw',
'tarPlugin', 'tarPlugin',
'tohtml', 'tohtml',
'tutor', 'tutor',