ldelossa / litee.nvim

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

Rename #68

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

This pull renames Calltree.nvim to LITEE.nvim as its becoming a plugin which performs more actions then a call hierarchy plugin.

The main module is renamed to 'litee' however all sub-module names remain the same. This means that the setup function has changed to `require('litee').setup()'

Additionally all commands move from a "CT" prefix to a "LT" prefix.

Finally all highlights too move from a "CT" prefix to an "LT" prefix.