refactor: clean up file tree, remove redundant code, formatting
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
return {
|
||||
'tpope/vim-fugitive',
|
||||
cmd = { 'Git', 'Gdiffsplit', 'Gedit', 'Gvdiffsplit', 'Gread', 'Gwrite', 'Ggrep', 'GMove', 'GDelete', 'GBrowse' },
|
||||
}
|
||||
cmd = {
|
||||
'Git',
|
||||
'Gdiffsplit',
|
||||
'Gedit',
|
||||
'Gvdiffsplit',
|
||||
'Gread',
|
||||
'Gwrite',
|
||||
'Ggrep',
|
||||
'GMove',
|
||||
'GDelete',
|
||||
'GBrowse',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user