fmt
This commit is contained in:
		
							parent
							
								
									c114e708ee
								
							
						
					
					
						commit
						7e8686389c
					
				@ -1,31 +1,32 @@
 | 
				
			|||||||
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 = {
 | 
					 | 
				
			||||||
		enabled = false
 | 
					 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
  performance = {
 | 
						change_detection = {
 | 
				
			||||||
    cache = {
 | 
							enabled = false,
 | 
				
			||||||
      enabled = true,
 | 
						},
 | 
				
			||||||
      -- disable_events = {},
 | 
						performance = {
 | 
				
			||||||
    },
 | 
							cache = {
 | 
				
			||||||
    rtp = {
 | 
								enabled = true,
 | 
				
			||||||
      disabled_plugins = {
 | 
								-- disable_events = {},
 | 
				
			||||||
        "gzip",
 | 
							},
 | 
				
			||||||
        "matchit",
 | 
							rtp = {
 | 
				
			||||||
        -- "matchparen",
 | 
								reset = true,
 | 
				
			||||||
        "netrwPlugin",
 | 
								paths = {"~/.local/share/nvim/site/"},
 | 
				
			||||||
        "tarPlugin",
 | 
								disabled_plugins = {
 | 
				
			||||||
        "tohtml",
 | 
									'gzip',
 | 
				
			||||||
        "tutor",
 | 
									'matchit',
 | 
				
			||||||
        "zipPlugin",
 | 
									-- "matchparen",
 | 
				
			||||||
        "nvim-treesitter-textobjects",
 | 
									-- "netrwPlugin",
 | 
				
			||||||
      },
 | 
									'tarPlugin',
 | 
				
			||||||
    },
 | 
									'tohtml',
 | 
				
			||||||
  },
 | 
									'tutor',
 | 
				
			||||||
  debug = false,
 | 
									'zipPlugin',
 | 
				
			||||||
 | 
									'nvim-treesitter-textobjects',
 | 
				
			||||||
 | 
								},
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
						debug = false,
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user