outline
layer (deprecated)
#
The outline
layer provides your editor with a tree-like view for symbols in
your buffer via
symbols-outline.nvim.
It has been deprecated since visimp
v0.6.0 as the diagnostics layer now
used trouble.nvim 3.x.x and hence provides the same functionalities.
Bindings #
Described here.
Configuration #
Any valid configuration for require('symbols-outline).setup
as documented
here is valid.
Examples #
-- path/of/your/vim/config/init.lua
require("visimp")({
nvimtree = {
position = 'left',
width = 30,
},
})
Documentation #
The official documentation for the underlying plugin is available here.