Skip to content

Commit

Permalink
fix: local M (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas committed Feb 11, 2024
1 parent 651301f commit 1ce8bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/external/templates/snippet_handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local rep = require("luasnip.extras").rep
-- stylua: ignore end
---@diagnostic enable

M = {
local M = {
keywords = {}, -- will be updated with M.add_keywords
magic_keywords = {},
}
Expand Down

0 comments on commit 1ce8bf6

Please sign in to comment.