diff --git a/nvim/.config/nvim/lua/opdavies/init.lua b/nvim/.config/nvim/lua/opdavies/init.lua index 5bd20ed..1fb88a0 100644 --- a/nvim/.config/nvim/lua/opdavies/init.lua +++ b/nvim/.config/nvim/lua/opdavies/init.lua @@ -17,16 +17,16 @@ configs.setup { -- LSP local lspconfig = require'lspconfig' -local completion = require'completion' +--local completion = require'completion' -local function custom_on_attach(client) - print('Attaching to ' .. client.name) - completion.on_attach(client) -end +--local function custom_on_attach(client) + --print('Attaching to ' .. client.name) + --completion.on_attach(client) +--end -local default_config = { - on_attach = custom_on_attach, -} +--local default_config = { + --on_attach = custom_on_attach, +--} lspconfig.intelephense.setup{ filetypes = { "install", "inc", "module", "php", "test", "theme" },