summary refs log tree commit diff
path: root/.vim/lua/internal/plugins/aerial.lua
blob: a5fb4b30129584e92a30dcf56d6bd5e262838f72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
return {
  {
    'stevearc/aerial.nvim',
    opts = {},
    dependencies = {
      'nvim-treesitter/nvim-treesitter',
      'echasnovski/mini.icons',
    },
    keys = {
      { '<leader>b', '<cmd>AerialToggle<cr>' },
    },
  },
}