Remove setup function

This commit is contained in:
Dheepak Krishnamurthy
2020-04-10 14:35:37 -06:00
parent 9b80b417cb
commit de00c93429
2 changed files with 3 additions and 17 deletions

View File

@@ -15,8 +15,6 @@ if !exists('g:lazygit_floating_window_scaling_factor')
let g:lazygit_floating_window_scaling_factor = 0.9
endif
lua require 'lazygit'.setup()
command! LazyGit lua require'lazygit'.lazygit()
command! LazyGitConfig lua require'lazygit'.lazygitconfig()