Skip to content

Commit

Permalink
fix(nvim): mini.snippets use runtime loader for global
Browse files Browse the repository at this point in the history
  • Loading branch information
aikow committed Jan 9, 2025
1 parent aa32692 commit 85c3c04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nvim/lua/user/plugins/mini/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ MiniDeps.later(function()
},
snippets = {
-- Load custom file with global snippets first
minisnippets.gen_loader.from_file("~/.dotfiles/config/snippets/snippets/all.json"),
minisnippets.gen_loader.from_runtime("global.{json,lua}"),
minisnippets.gen_loader.from_lang(),
},
})
Expand Down
File renamed without changes.

0 comments on commit 85c3c04

Please sign in to comment.