summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-06 22:20:56 -0400
committerchristianchiarulli <[email protected]>2021-07-06 22:20:56 -0400
commitec9130044266c0d0a2f48b72ba33ccbc8c55d313 (patch)
tree63ab1a7373a843a10025fbfae88d55d16e8eab4c /lua/default-config.lua
parentf22e1bd8cb6a38fdcad83b96d7739af778cd9d1d (diff)
parent57f53732491746aedb39f529d6cfab39183f176f (diff)
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r--lua/default-config.lua11
1 files changed, 9 insertions, 2 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index fcf33799..9d785a4d 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 },
@@ -86,7 +85,9 @@ O = {
sanegx = { active = false },
},
- custom_plugins = {
+ user_which_key = {},
+
+ user_plugins = {
-- use lv-config.lua for this not put here
},
@@ -191,7 +192,13 @@ O = {
},
},
svelte = {},
+
php = {
+ format = {
+ format = {
+ default = "psr12",
+ },
+ },
environment = {
php_version = "7.4",
},