summary refs log tree commit diff
path: root/.config/nvim/lua/plugins/lsp.lua
blob: aebf3c4fedba6c54b3663ca5161fd59c5a8af00a (plain) (blame)
1
2
3
4
5
6
return {
  {
    'neovim/nvim-lspconfig',
    version = '^2.0',
  }
}