ldelossa / litee.nvim

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

[Code Org] Break litee into multiple components/plugins #76

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

A bit of a stretch goal but litee should not remain one monolithic plugin.

For simplicity I will develop it as a single plugin until v1 then begin attempts to break it into multiple independent tools.

ldelossa commented 2 years ago

Winded up taking this on sooner then later, as it made implementing new feature much cleaner.

Tracked in #80