local nvim_lsp = require'lspconfig' local on_attach = function(client) require'completion'.on_attach(client) end