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