diff options
author | Jonathan Raines <[email protected]> | 2021-07-06 12:40:10 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-06 13:40:10 -0400 |
commit | f6e377fcfed932b71456a0b0780c1f5ed22cabd4 (patch) | |
tree | 4cd23a795a3e79782f947f4f36fe7cbe8fd7ac27 /lua/default-config.lua | |
parent | 68bfac0468ea4d5d7faf5bede0a4ab8cb5572f0c (diff) |
Replace LazyGit Plugin with FTerm Instance (#717)
* Replace LazyGit Plugin with FTerm Instance
* Added gg keybind to FTerm LazyGit
* Added check to see if lazygit is installed
* Changed lazyload event to prevent error when called from dashboard on startup
* Removed lazygit plugin. Changed Fterm lazy loading
* Made the executable check more universal for when we include other terminal applications
Co-authored-by: rebuilt <[email protected]>
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index fcf33799..47ee86a1 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -78,7 +78,6 @@ O = { symbol_outline = { active = false }, debug = { active = false }, dap_install = { active = false }, - lazygit = { active = false }, lush = { active = false }, diffview = { active = false }, floatterm = { active = false }, |