snippet ns "Set the namespace. Automatically figures out appropriate ns using fireplace" i
(ns `!v fireplace#ns()`
$0)
endsnippet
Handy little snippet for vim users in Ultisnips. @juhoteperi You might like this since you removed vim-salve@dominicm: Hmm, how would I use that?
Looks like it is for ultisnips. I don't use that either 😄
@juhoteperi: you could ;-) its very lightweight. Great for repetitive structures.
But I really miss having the namespace auto-inserted by salve. So that snippet handles it for me.
I might do it with an autocmd at some point, not sure