From 98f8a77819670ce6012216e01885c135a6d3a289 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Sat, 24 Jul 2021 21:17:11 -0400 Subject: New contract (#1080) Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint --- ftplugin/php.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ftplugin/php.lua') diff --git a/ftplugin/php.lua b/ftplugin/php.lua index c319ea67..4eabcf71 100644 --- a/ftplugin/php.lua +++ b/ftplugin/php.lua @@ -1,4 +1 @@ -require("lang.php").format() -require("lang.php").lint() -require("lang.php").lsp() -require("lang.php").dap() +require("lsp").setup "php" -- cgit v1.2.3