aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/vlang.lua
blob: 8199b3cd3400d5eda3ffdad77f995829bf957df3 (plain)
1
2
3
4
5
6
7
return {
  'neovim/nvim-lspconfig',
  config = function()
    require('lspconfig').vlang.setup({})
  end,
  'ollykel/v-vim'
}