ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

ui: introduce horizontal layouts #8

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

this commit introduces two new layout options: "top", "bottom".

when utilizing these layout options more space is available for details about the symbol.

we now use this space to show the file the symbol is defined in.

a few UI tweaks are made as well for aesthetics.

closes #6

Signed-off-by: ldelossa louis.delos@gmail.com