Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cvigilv committed Jan 3, 2023
2 parents e62892d + bbb163b commit 8bbf09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/esqueleto/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ M._template_inserted = {}
M.Esqueleto = function()
-- only prompt if template hasn't been inserted
local filepath = vim.fn.expand("%:p")
local filename = vim.fn.expand("%")
local filename = vim.fn.expand("%:t")
local filetype = vim.bo.filetype

if not M._template_inserted[filepath] then
Expand Down

0 comments on commit 8bbf09f

Please sign in to comment.