fix: comment out completion code for now
Can review again at another point. Fixes #19
This commit is contained in:
parent
0100c69eb2
commit
1ffc461982
|
@ -17,16 +17,16 @@ configs.setup {
|
||||||
-- LSP
|
-- LSP
|
||||||
|
|
||||||
local lspconfig = require'lspconfig'
|
local lspconfig = require'lspconfig'
|
||||||
local completion = require'completion'
|
--local completion = require'completion'
|
||||||
|
|
||||||
local function custom_on_attach(client)
|
--local function custom_on_attach(client)
|
||||||
print('Attaching to ' .. client.name)
|
--print('Attaching to ' .. client.name)
|
||||||
completion.on_attach(client)
|
--completion.on_attach(client)
|
||||||
end
|
--end
|
||||||
|
|
||||||
local default_config = {
|
--local default_config = {
|
||||||
on_attach = custom_on_attach,
|
--on_attach = custom_on_attach,
|
||||||
}
|
--}
|
||||||
|
|
||||||
lspconfig.intelephense.setup{
|
lspconfig.intelephense.setup{
|
||||||
filetypes = { "install", "inc", "module", "php", "test", "theme" },
|
filetypes = { "install", "inc", "module", "php", "test", "theme" },
|
||||||
|
|
Loading…
Reference in a new issue