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 },
|
defaults = { lazy = true },
|
||||||
checker = { enabled = false },
|
checker = { enabled = false },
|
||||||
diff = {
|
diff = {
|
||||||
cmd = "terminal_git",
|
cmd = 'terminal_git',
|
||||||
},
|
},
|
||||||
change_detection = {
|
change_detection = {
|
||||||
enabled = false
|
enabled = false,
|
||||||
},
|
},
|
||||||
performance = {
|
performance = {
|
||||||
cache = {
|
cache = {
|
||||||
@ -14,16 +13,18 @@ require("lazy").setup("plugins",
|
|||||||
-- disable_events = {},
|
-- disable_events = {},
|
||||||
},
|
},
|
||||||
rtp = {
|
rtp = {
|
||||||
|
reset = true,
|
||||||
|
paths = {"~/.local/share/nvim/site/"},
|
||||||
disabled_plugins = {
|
disabled_plugins = {
|
||||||
"gzip",
|
'gzip',
|
||||||
"matchit",
|
'matchit',
|
||||||
-- "matchparen",
|
-- "matchparen",
|
||||||
"netrwPlugin",
|
-- "netrwPlugin",
|
||||||
"tarPlugin",
|
'tarPlugin',
|
||||||
"tohtml",
|
'tohtml',
|
||||||
"tutor",
|
'tutor',
|
||||||
"zipPlugin",
|
'zipPlugin',
|
||||||
"nvim-treesitter-textobjects",
|
'nvim-treesitter-textobjects',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user