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