From f6e377fcfed932b71456a0b0780c1f5ed22cabd4 Mon Sep 17 00:00:00 2001 From: Jonathan Raines Date: Tue, 6 Jul 2021 12:40:10 -0500 Subject: 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 --- lua/default-config.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/default-config.lua') 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 }, -- cgit v1.2.3 From 00bf949fe8ee51d49650356e9a68cfe068e400e1 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 6 Jul 2021 21:42:26 -0400 Subject: custom whichkey entries --- lua/default-config.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lua/default-config.lua') diff --git a/lua/default-config.lua b/lua/default-config.lua index 47ee86a1..9d785a4d 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -85,7 +85,9 @@ O = { sanegx = { active = false }, }, - custom_plugins = { + user_which_key = {}, + + user_plugins = { -- use lv-config.lua for this not put here }, @@ -190,7 +192,13 @@ O = { }, }, svelte = {}, + php = { + format = { + format = { + default = "psr12", + }, + }, environment = { php_version = "7.4", }, -- cgit v1.2.3