dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

git.lua (431B)


      1 return {
      2 	"rbong/vim-flog",
      3 	event = "VeryLazy",
      4 	dependencies = {
      5 		"tpope/vim-fugitive",
      6 	},
      7 	cmd = {
      8 		"Flog",
      9 		"G",
     10 		"GBrowse",
     11 		"GDelete",
     12 		"GMove",
     13 		"GRemove",
     14 		"GRename",
     15 		"GUnlink",
     16 		"Gcd",
     17 		"Gclog",
     18 		"Gdiffsplit",
     19 		"Gdrop",
     20 		"Gedit",
     21 		"Ggrep",
     22 		"Ghdiffsplit",
     23 		"Git",
     24 		"Glcd",
     25 		"Glgrep",
     26 		"Gllog",
     27 		"Gpedit",
     28 		"Gread",
     29 		"Gsplit",
     30 		"Gtabedit",
     31 		"Gvdiffsplit",
     32 		"Gvsplit",
     33 		"Gwq",
     34 		"Gwrite",
     35 	},
     36 }