mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
enc: disable php by default
This commit is contained in:
parent
8a5c2dd398
commit
c8d51254d4
2 changed files with 1 additions and 6 deletions
|
@ -9,7 +9,7 @@ pcode.lang = {
|
|||
javascript = false,
|
||||
kotlin = false,
|
||||
markdown = false,
|
||||
php = true,
|
||||
php = false,
|
||||
prisma = false,
|
||||
python = false,
|
||||
rust = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue