From 130cdb74ddb82de7df700a1f818bd4df86111c78 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Mon, 6 Apr 2020 17:10:36 -0600 Subject: [PATCH] Remove package.path hacks --- plugin/lazygit.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugin/lazygit.vim b/plugin/lazygit.vim index 0cc7c6a..a85cbc5 100644 --- a/plugin/lazygit.vim +++ b/plugin/lazygit.vim @@ -17,11 +17,6 @@ endif lua require 'lazygit'.setup() -let s:lazygit_lua_loc = expand(':h:r') . '/../lua/' - -exe "lua package.path = package.path .. ';". s:lazygit_lua_loc."?/init.lua'" -exe "lua package.path = package.path .. ';". s:lazygit_lua_loc."?.lua'" - command! LazyGit lua require'lazygit'.lazygit() """"""""""""""""""""""""""""""""""""""""""""""""""""""