Apeiros-46B / qalc.nvim

A Neovim frontend for Qalculate
GNU General Public License v3.0
24 stars 2 forks source link

Adds bang command using a scratch buffer #5

Closed Grueslayer closed 2 weeks ago

Grueslayer commented 1 month ago

Creates a new command

Qalc! <buffername>

where the created buffer is a scratch-buffer.

Apeiros-46B commented 2 weeks ago

Thank you for the PR!