1 2 3 4 5 6 7
return { 'neovim/nvim-lspconfig', config = function() require('lspconfig').vlang.setup({}) end, 'ollykel/v-vim' }