aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/lua/tree.lua8
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/nvim/lua/tree.lua b/.config/nvim/lua/tree.lua
index d293c33..81ca0d9 100644
--- a/.config/nvim/lua/tree.lua
+++ b/.config/nvim/lua/tree.lua
@@ -16,11 +16,15 @@ configs.setup {
ignore_install = { "" },
highlight = {
enable = true,
- disable = { "" },
+ disable = {
+ "php",
+ },
additional_vim_regex_highlighting = false,
},
indent = {
enable = true,
- disable = { "yaml" },
+ disable = {
+ "yaml",
+ },
},
}