Skip to content

Commit

Permalink
restruct
Browse files Browse the repository at this point in the history
  • Loading branch information
Futarimiti committed Oct 7, 2023
1 parent 2c45b83 commit 4332ac6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lua/spooky/templates/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ M.maybe_insert = function (win, user, by_user, forced)
local get_templates = require('spooky.templates.get').get_templates
local choose = require('spooky.templates.choose').choose
local insert_to = require('spooky.templates.insert').insert_to
local place_cursor = require('spooky.templates.cursor').place_cursor
local place_cursor = require('spooky.cursor').place_cursor
local normalise = require('spooky.templates.normalisation').normalise

local should, reason = should_insert(win, forced)
Expand Down

0 comments on commit 4332ac6

Please sign in to comment.