HampusHauffman / block.nvim

209 stars 2 forks source link

Feature: outline mode #9

Closed tzachar closed 1 year ago

tzachar commented 1 year ago

Would you consider adding support for outline mode? something similar to blockman?

Also, only triggering for the current block would be awesome.

HampusHauffman commented 1 year ago

Only trigger for current block would be a fun feature and i think not to hard to do. The border would not be possible without adding "new" lines above and below blocks. Neovim cant combine symbols so havin a line above a character would need a new line entierly

tzachar commented 1 year ago

This might be achieved with something similar to underlines, which modern terminal emulators support.