removed aerial
This commit is contained in:
parent
d864aef15a
commit
afae40cd40
@ -1,23 +0,0 @@
|
|||||||
return {
|
|
||||||
'stevearc/aerial.nvim',
|
|
||||||
config = function()
|
|
||||||
require('aerial').setup({
|
|
||||||
backends = { 'lsp', 'treesitter', 'markdown' },
|
|
||||||
layout = {
|
|
||||||
default_direction = 'prefer_left',
|
|
||||||
},
|
|
||||||
filter_kind = false,
|
|
||||||
show_guides = true,
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
cmd = 'AerialToggle',
|
|
||||||
keys = {
|
|
||||||
{
|
|
||||||
'<leader>s',
|
|
||||||
function()
|
|
||||||
require('aerial').toggle()
|
|
||||||
end,
|
|
||||||
desc = 'Symbols outline',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user