template.nvim
template.nvim copied to clipboard
Partial filename support
For my use case, for a file named input.awesome.tsx, I need a variable with only input. Is it currently possible to do that through: {{lua:vim.fn.expand(%:.:r)}} set by lua script ? Not sure how it works