template.nvim
template.nvim copied to clipboard
Introduces the ability to add custom template expression (Issue #44)
Added a map to keep track of available expressions and the functions that return what to replace them with.
I used the new renderer for all the existing expression and exposed it register function so that new expressions can be added in the configurations.