@@ -55,7 +55,7 @@ See: [lazy.nvim](https://github.com/folke/lazy.nvim)
5555``` lua
5656{
5757 ' mistweaverco/snap.nvim' ,
58- version = ' v1.2.1 ' ,
58+ version = ' v1.2.2 ' ,
5959 --- @type SnapUserConfig
6060 opts = {}
6161},
@@ -71,7 +71,7 @@ See: [packer.nvim](https://github.com/wbthomason/packer.nvim)
7171``` lua
7272use {
7373 ' mistweaverco/snap.nvim' ,
74- tag = ' v1.2.1 ' ,
74+ tag = ' v1.2.2 ' ,
7575 config = function ()
7676
7777 --- @type SnapUserConfig
9090``` lua
9191vim .pack .add ({
9292 src = ' https://github.com/mistweaverco/snap.nvim.git' ,
93- version = ' v1.2.1 ' ,
93+ version = ' v1.2.2 ' ,
9494})
9595--- @type SnapUserConfig
9696local cfg = {}
@@ -109,7 +109,7 @@ Optional. Defaults to `nil`.
109109
110110Absolute path to a custom handlebars template file.
111111
112- See the [ default template ] ( ./templates/default.hbs ) for reference.
112+ See the [ builtin templates ] ( ./templates/ ) for reference.
113113
114114### Configure ` additional_template_data `
115115
@@ -222,7 +222,7 @@ This would then translate to the following `font_settings`:
222222``` lua
223223return {
224224 " mistweaverco/snap.nvim" ,
225- version = " v1.2.1 " ,
225+ version = " v1.2.2 " ,
226226 --- @type SnapUserConfig
227227 opts = {
228228 template = " linux" ,
@@ -333,10 +333,10 @@ by running `bun install` in the plugin directory.
333333``` lua
334334{
335335 ' mistweaverco/snap.nvim' ,
336- version = ' v1.2.1 ' ,
336+ version = ' v1.2.2 ' ,
337337 opts = {
338338 timeout = 5000 , -- Timeout for screenshot command in milliseconds
339- template = " default" , -- Template to use for rendering screenshots (currently only "default" is supported )
339+ template = " default" , -- Template to use for rendering screenshots ("default", "macos", "linux" )
340340 template_filepath = nil , -- Absolute path to a custom handlebars template file (optional), overrides 'template' option
341341 -- Additional data to pass to the your custom handlebars template (optional)
342342 additional_template_data = {
0 commit comments