fmt
This commit is contained in:
parent
c114e708ee
commit
7e8686389c
@ -1,12 +1,11 @@
|
||||
require("lazy").setup("plugins",
|
||||
{
|
||||
require('lazy').setup('plugins', {
|
||||
defaults = { lazy = true },
|
||||
checker = { enabled = false },
|
||||
diff = {
|
||||
cmd = "terminal_git",
|
||||
cmd = 'terminal_git',
|
||||
},
|
||||
change_detection = {
|
||||
enabled = false
|
||||
enabled = false,
|
||||
},
|
||||
performance = {
|
||||
cache = {
|
||||
@ -14,16 +13,18 @@ require("lazy").setup("plugins",
|
||||
-- disable_events = {},
|
||||
},
|
||||
rtp = {
|
||||
reset = true,
|
||||
paths = {"~/.local/share/nvim/site/"},
|
||||
disabled_plugins = {
|
||||
"gzip",
|
||||
"matchit",
|
||||
'gzip',
|
||||
'matchit',
|
||||
-- "matchparen",
|
||||
"netrwPlugin",
|
||||
"tarPlugin",
|
||||
"tohtml",
|
||||
"tutor",
|
||||
"zipPlugin",
|
||||
"nvim-treesitter-textobjects",
|
||||
-- "netrwPlugin",
|
||||
'tarPlugin',
|
||||
'tohtml',
|
||||
'tutor',
|
||||
'zipPlugin',
|
||||
'nvim-treesitter-textobjects',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user