summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r--lua/default-config.lua10
1 files changed, 9 insertions, 1 deletions
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",
},