Skip to content

Commit

Permalink
fix(snip): fix wrong snip name
Browse files Browse the repository at this point in the history
  • Loading branch information
liubang committed Jul 22, 2024
1 parent d2e9d58 commit d70a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/snips/cpp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ local function get_class_name()
end

local snippets = {
s("disalbecopymove", {
s("disablecopymove", {
t({ "// disable copy and move", "" }),
f(function()
return get_class_name()
Expand Down

0 comments on commit d70a8a8

Please sign in to comment.