From 82ae696f123979164fefd59ecc180bbb8d50107b Mon Sep 17 00:00:00 2001 From: Seth Daniel Date: Mon, 28 Feb 2022 10:05:55 -0600 Subject: fix(perlpls): turn on syntax checking by default (#1749) --- lua/lspconfig/server_configurations/perlpls.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/perlpls.lua b/lua/lspconfig/server_configurations/perlpls.lua index b334207e..33260281 100644 --- a/lua/lspconfig/server_configurations/perlpls.lua +++ b/lua/lspconfig/server_configurations/perlpls.lua @@ -6,6 +6,7 @@ return { settings = { perl = { perlcritic = { enabled = false }, + syntax = { enabled = true }, }, }, filetypes = { 'perl' }, -- cgit v1.2.3-70-g09d2