local lsp_config = require('nvim-lspconfig') local on_attach = require('lsp/on_attach') lsp_config.vimls.setup({ on_attach = on_attach })