From 7cd58b1228749f72a81ba84c265cafafe47fa5a6 Mon Sep 17 00:00:00 2001 From: PZ31k0nauT <86895284+PZ31k0nauT@users.noreply.github.com> Date: Sun, 4 Jul 2021 18:50:38 +0200 Subject: Basics for php lsp (#664) * Update php.lua * Update default-config.lua * Update lv-config.example.lua --- utils/installer/lv-config.example.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'utils/installer/lv-config.example.lua') diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index 169cfcc8..6910a2cb 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -87,7 +87,14 @@ O.lang.rust.autoformat = true -- clang O.lang.clang.autoformat = false -- Set to true to enable auto-format in C/C++ files. - +-- php +O.lang.php.format.braces = "k&r" -- options: psr12, allman, k&r +O.lang.php.environment.php_version = "7.4" +-- TODO: autoformat seems not to work at the moment +O.lang.php.autoformat = false +O.lang.php.diagnostics.signs = true +O.lang.php.diagnostics.underline = true +O.lang.php.filetypes = { "php", "phtml" } -- TODO Autocommands -- https://neovim.io/doc/user/autocmd.html -- cgit v1.2.3