Skip to content

Commit

Permalink
fix(templ): Use astrocore instead of astronvim.utils (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored May 2, 2024
1 parent 0449bd3 commit afca1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/templ/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vim.filetype.add { extension = { templ = "templ" } }
local utils = require "astronvim.utils"
local utils = require "astrocore"

return {
{
Expand Down

0 comments on commit afca1e4

Please sign in to comment.